Skip to content

Commit

Permalink
added .editorconfig so that project code style is easier to maintain …
Browse files Browse the repository at this point in the history
…for external contributors
  • Loading branch information
BendingBender committed Mar 13, 2015
1 parent 245f11c commit 8865b45
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines, UTF-8 for all files
[*]
end_of_line = lf
charset = utf-8

# A newline ending every file (not sure if needed)
#insert_final_newline = true

# Tab indentation
indent_style = space
indent_size = 2

0 comments on commit 8865b45

Please sign in to comment.