adding conf for editorconfig

This commit is contained in:
Uwe Steinmann 2019-10-28 10:10:08 +01:00
parent b705fdab44
commit 120fd46bfd

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespaces = true
indent_style = tab
indent_size = 4