add editorconfig

This commit is contained in:
2021-06-14 22:39:33 +02:00
parent c39677ebda
commit 375f618e0d

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