added editorconfig config file

Cette révision appartient à :
Tobias Diekershoff 2017-01-28 07:15:57 +01:00
Parent d61a4a67db
révision 0342f559c1
1 fichiers modifiés avec 10 ajouts et 0 suppressions

10
.editorconfig Fichier normal
Voir le fichier

@ -0,0 +1,10 @@
# editorconfig tool configuration
# see http://editorconfig.org for docs
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab