Merge pull request #2105 from nschonni/add-editorconfig

Add EditorConfig to enforce spacing
This commit is contained in:
Régis Hanol 2014-03-11 09:19:29 +01:00
commit 7e9cf618f5

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