add: editorconfig

This commit is contained in:
K3rnelPan1c 2022-10-22 18:23:32 +02:00
parent 6f2d701939
commit 3778c0d006
No known key found for this signature in database
GPG key ID: 4311D61DF6C90722

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
tab_width = 4
indent_size = 4
end_of_line = lf
indent_style = space
max_line_length = 120
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yml,yaml}]
tab_width = 2
indent_size = 2