Add EditorConfig to enforce spacing

Will automatically use the correct indenting and trim line endings on
supported IDEs.
This commit is contained in:
Nick Schonning 2014-03-11 03:59:30 -04:00
parent 7482f07eaa
commit 3c2e04c50b

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = spaces
indent_size = 2
[*.md]
trim_trailing_whitespace = true