Add editorconfig

master
Marko Semet 2020-09-15 00:03:24 +02:00
parent 16f6a676c7
commit 9210ca0593
1 changed files with 8 additions and 0 deletions

8
.editorconfig 100644
View File

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