Skip to content

Commit

Permalink
Add editor config -- editorconfig.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayruden committed Nov 8, 2015
1 parent 4afe2a5 commit 9b35f29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 9b35f29

Please sign in to comment.