Add .editorconfig file

This commit is contained in:
Alexander Schlarb
2019-02-06 00:24:34 +01:00
parent ba6b90c9ab
commit 20b69af559

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[**]
end_of_line = lf
insert_final_newline = false
charset = utf-8
indent_style = tab
indent_brace_style = 1TBS