ajout du fichier .editorconfig

http://editorconfig.org/
This commit is contained in:
raphaelgoettter 2015-03-05 14:37:34 +01:00
parent c2cb4e7cb9
commit 425fc914dc

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true