Add editorconfig file

This commit is contained in:
Rodolphe PELLOUX-PRAYER 2016-06-16 18:12:13 +02:00
parent e570ed2c87
commit e7afbcd9bf
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