chore: added editorconfig

This commit is contained in:
zaaarf 2023-08-19 23:41:14 +02:00
parent 64705dff5b
commit 6d63c8fbbb
No known key found for this signature in database
GPG key ID: 6445A5CD15E5B40C

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
# Default to Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
[*.rs]
indent_size = 2
[*.java]
indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2