Skip to content

Commit 7359ae4

Browse files
chore(.editorconfig): use 2 spaces as indent_size
1 parent 4674906 commit 7359ae4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.editorconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
1-
# This file is for unifying the coding style for different editors and IDEs.
1+
# This file is for unifying the coding style for different editors and IDEs
22
# More information at http://EditorConfig.org
33

44
# No .editorconfig files above the root directory
55
root = true
66

77
[*]
88
charset = utf-8
9-
indent_size = 4
9+
indent_size = 2
1010
end_of_line = lf
1111
indent_style = space
1212
trim_trailing_whitespace = true
1313
insert_final_newline = true
1414

15-
[*.{bemjson.js,deps.js}]
16-
indent_size = 4
17-
1815
[{bower,package}.json]
1916
indent_size = 2
2017

0 commit comments

Comments
 (0)