Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

Commit f3e4f46

Browse files
committed
up
1 parent 6fada51 commit f3e4f46

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

.editorconfig

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44
[*]
55
charset = utf-8
66
indent_style = space
7-
indent_size = 4
7+
indent_size = 2
88
end_of_line = lf
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
@@ -13,20 +13,5 @@ trim_trailing_whitespace = true
1313
[*.md]
1414
trim_trailing_whitespace = false
1515

16-
[*.css]
17-
indent_size = 2
18-
19-
[*.html]
20-
indent_size = 2
21-
22-
[*.js]
23-
indent_size = 2
24-
25-
[*.json]
26-
indent_size = 2
27-
28-
[*.tag]
29-
indent_size = 2
30-
31-
[views/*.php]
32-
indent_size = 2
16+
[*.php]
17+
indent_size = 4

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ git clone https://github.com/inhere/php-librarys.git // github
5353
- `Inhere\Library\Web` web相关工具类(`session cookie Environment ViewRenderer`)
5454
- `functions.php` 一些有用的函数
5555

56-
已迁移至 `inhere/library-plus` (主要是一些不常用的、测试性的功能库):
57-
58-
- `Inhere\Library\auth` 用户认证管理,权限检查实现参考
59-
- `Inhere\Library\env` 环境信息收集, `Server`: 服务端信息. `Client`: 客户端信息
60-
- `Inhere\Library\Files` 文件系统功能扩展。 文件系统操作(文件(夹)读取,检查,创建);文件上传/下载,图片处理(缩略图/水印),图片验证码生成
61-
- `Inhere\Library\asset` 资源(css,js)管理,加载,发布
62-
- `Inhere\Library\html` html 元素创建, dom 创建
63-
- `Inhere\Library\network` network 工具库(`telnet`)
56+
### 已迁移至 [inhere/library-plus](https://github.com/inhere/php-library-plus) (主要是一些不常用的、测试性的功能库):
57+
58+
- `Inhere\LibraryPlus\auth` 用户认证管理,权限检查实现参考
59+
- `Inhere\LibraryPlus\env` 环境信息收集, `Server`: 服务端信息. `Client`: 客户端信息
60+
- `Inhere\LibraryPlus\Files` 文件系统功能扩展。 文件系统操作(文件(夹)读取,检查,创建);文件上传/下载,图片处理(缩略图/水印),图片验证码生成
61+
- `Inhere\LibraryPlus\asset` 资源(css,js)管理,加载,发布
62+
- `Inhere\LibraryPlus\html` html 元素创建, dom 创建
63+
- `Inhere\LibraryPlus\network` network 工具库(`telnet`)
6464

6565
[Document](doc/document.md)
6666

0 commit comments

Comments
 (0)