Skip to content

Commit

Permalink
Added .editorconfig to enforce some of the code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wiire-a committed Jan 4, 2016
1 parent 2ad71b6 commit 321dca3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
@@ -0,0 +1,15 @@
# See http://editorconfig.org for a plugin to your editor!

# Top-most EditorConfig file
root = true

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit 321dca3

Please sign in to comment.