Skip to content

Commit

Permalink
EditorConfig updates (#3537) [ckip ci]
Browse files Browse the repository at this point in the history
* editorconfig updates

* add json & yml ident_size=2 to editorconfig [skip ci]
  • Loading branch information
mourner authored Nov 4, 2016
1 parent 9399143 commit 60c5477
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[*.{js,html}]
# editorconfig.org
root = true

[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[*.{js,html,css}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.{json,yml}]
indent_style = space
indent_size = 2

0 comments on commit 60c5477

Please sign in to comment.