File tree Expand file tree Collapse file tree 4 files changed +41
-0
lines changed
Expand file tree Collapse file tree 4 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ # EditorConfig helps developers define and maintain consistent
2+ # coding styles between different editors and IDEs
3+ # http://editorconfig.org
4+
5+ root = true
6+
7+ [** ]
8+
9+ # 编码格式
10+ charset = utf-8
11+
12+ # 文件结尾符
13+ end_of_line = lf
14+ insert_final_newline = true
15+
16+ # 去除行尾空白字符
17+ trim_trailing_whitespace = true
18+
19+ # space 缩进
20+ indent_style = space
21+ indent_size = 2
22+
23+ [* .md ]
24+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 1+ * .log
2+ .idea
3+ .DS_Store
4+ node_modules
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " css-sort-order" ,
3+ "version" : " 0.1.0" ,
4+ "main" : " index.js" ,
5+ "repository" : " https://github.com/BooheeFE/css-sort-order" ,
6+ "author" :
" simbawu <[email protected] >" ,
7+ "description" : " CSS sort order for Boohee FE team" ,
8+ "keywords" : [
9+ " css" ,
10+ " css-sort" ,
11+ ],
12+ "license" : " MIT"
13+ }
You can’t perform that action at this time.
0 commit comments