add editorconfig

This commit is contained in:
weeman 2021-06-14 22:39:33 +02:00
parent c39677ebda
commit 375f618e0d
Signed by untrusted user: weeman
GPG Key ID: 34F0524D4DA694A1
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[*.{json,yml}]
indent_style = space
indent_size = 2