Skip to content

Commit

Permalink
chore(.editorconfig): use 2 spaces as indent_size
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Jan 18, 2018
1 parent 4674906 commit 7359ae4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# This file is for unifying the coding style for different editors and IDEs.
# This file is for unifying the coding style for different editors and IDEs
# More information at http://EditorConfig.org

# No .editorconfig files above the root directory
root = true

[*]
charset = utf-8
indent_size = 4
indent_size = 2
end_of_line = lf
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

[*.{bemjson.js,deps.js}]
indent_size = 4

[{bower,package}.json]
indent_size = 2

Expand Down

0 comments on commit 7359ae4

Please sign in to comment.