Added an EditorConfig file

This commit is contained in:
Bernd Bestel
2020-08-29 16:10:05 +02:00
parent 22ca427ca9
commit 2c966c77fd

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true