added editorconfig file #902

Merged
tobiasd merged 1 commits from 20191014-editorconfig into develop 2019-10-14 12:15:41 +02:00
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -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