Skip to content

Commit

Permalink
Adding .editorconfig to enforce consistent spacing regardless of edit…
Browse files Browse the repository at this point in the history
…or being used - Fixes #29
  • Loading branch information
jtollerene committed Nov 11, 2014
1 parent 44bc0f9 commit 8d8c942
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 8d8c942

Please sign in to comment.