This repository was archived by the owner on Jan 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-26
lines changed
Expand file tree Collapse file tree 2 files changed +11
-26
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ root = true
44[* ]
55charset = utf-8
66indent_style = space
7- indent_size = 4
7+ indent_size = 2
88end_of_line = lf
99insert_final_newline = true
1010trim_trailing_whitespace = true
@@ -13,20 +13,5 @@ trim_trailing_whitespace = true
1313[* .md ]
1414trim_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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments