Add editorconfig

master
4O4 2019-10-09 00:30:11 +02:00
parent 78363657ed
commit 1e3c1d542b
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

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