Skip to content

Commit

Permalink
tweak editorconfig preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
lhorie committed Apr 23, 2015
1 parent 2de9985 commit ab1e91a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true

[*]
charset = utf-8

[*.js]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf

0 comments on commit ab1e91a

Please sign in to comment.