Skip to content

Commit

Permalink
Setup .editorconfig (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce authored and styfle committed Mar 2, 2018
1 parent ff87873 commit 3f04f92
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*, *.json, *.js]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

[*.md, !test/*md]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
translate_tabs_to_spaces = true
indent_style = space
indent_size = 4

0 comments on commit 3f04f92

Please sign in to comment.