Update .editorconfig

This commit is contained in:
XhmikosR 2023-04-07 08:54:30 +03:00 committed by Josh Holmer
parent a234c39e41
commit 110eae7c19

View file

@ -1,10 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
charset = utf-8
indent_style = space
indent_size = 4