Create an EditorConfig file (http://editorconfig.org/)

This commit is contained in:
Yvan Sraka 2017-08-19 12:11:05 +02:00
parent e92bdbd414
commit 75c25e45f2
1 changed files with 12 additions and 0 deletions

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