File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # For more information about the properties used in
2- # this file, please see the EditorConfig documentation:
3- # http://editorconfig.org/
1+ # For more information about the properties used in this file,
2+ # please see the EditorConfig documentation:
3+ # http://editorconfig.org
44
55[* ]
66charset = utf-8
77end_of_line = lf
88indent_size = 4
9- indent_style = tab
9+ indent_style = space
1010insert_final_newline = true
1111trim_trailing_whitespace = true
1212
13- [* .md ]
14- trim_trailing_whitespace = false
15-
16- [* .yml ]
13+ [{* .yml,package.json} ]
1714indent_size = 2
18- indent_style = space
1915
20- [{.travis.yml,package.json} ]
21- # The indent size used in the `package.json` file cannot be changed
16+ # The indent size used in the package.json file cannot be changed:
2217# https://github.com/npm/npm/pull/3180#issuecomment-16336516
23- indent_size = 2
24- indent_style = space
You can’t perform that action at this time.
0 commit comments