Merge branch 'editorconfig' into 'master'

Add editorconfig file



See merge request !123
This commit is contained in:
Antonin 2016-06-30 19:26:45 +02:00
parent 62603a71fd
commit 318d409464
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