Skip to content

Commit

Permalink
Re-added .editorconfig file to help keep editor settings consistent a…
Browse files Browse the repository at this point in the history
…cross devs

(was removed in 9feeddc, seemingly by mistake since it's not specifically
mentioned)
  • Loading branch information
zship committed Apr 17, 2014
1 parent c880f0f commit a46a47c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

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

0 comments on commit a46a47c

Please sign in to comment.