Merge pull request #156 from yvan-sraka/editor-config

Create an EditorConfig file
This commit is contained in:
Patricio Gonzalez Vivo 2017-08-20 22:57:07 +00:00 committed by GitHub
commit 64ec14e84b

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false