Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build: Add .editorconfig to avoid missing EOF newline
  • Loading branch information
jzaefferer committed Mar 21, 2014
1 parent d600880 commit 1dd2442
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

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

0 comments on commit 1dd2442

Please sign in to comment.