File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1- # This file is for unifying the coding style for different editors and IDEs
2- # editorconfig.org
1+ # EditorConfig is awesome: http://EditorConfig.org
32
3+ # top-most EditorConfig file
44root = true
55
66[* ]
77charset = utf-8
88end_of_line = lf
99indent_style = tab
1010insert_final_newline = true
11+ tab_width = 4
1112trim_trailing_whitespace = true
13+ block_comment_start = /*
14+ block_comment = *
15+ block_comment_end = */
1216
1317[* .{cmd,bat} ]
1418end_of_line = crlf
1519
16- [{package.json,.travis .yml} ]
20+ [{package.json,* .yml} ]
1721indent_style = space
18- indent_size = 2
19-
20- [* .7zSC ]
21- charset = utf-8-bom
Original file line number Diff line number Diff line change 4141 "main" : " ./lib/index" ,
4242 "name" : " postcss-unprefix" ,
4343 "nyc" : {
44- "lines" : 99 ,
45- "statements" : 99 ,
44+ "lines" : 100 ,
45+ "statements" : 100 ,
4646 "functions" : 100 ,
47- "branches" : 99 ,
48- "include" : [
49- " lib/**/*.js"
50- ],
47+ "branches" : 100 ,
5148 "reporter" : [
5249 " lcov" ,
5350 " text"
6562 "pretest" : " eslint lib test" ,
6663 "test" : " nyc mocha --no-timeouts"
6764 },
68- "version" : " 2.1.2 "
65+ "version" : " 2.1.3 "
6966}
You can’t perform that action at this time.
0 commit comments