Update .editorconfig file

This commit is contained in:
Mexit 2022-01-29 10:54:30 +01:00
parent c3ef5643ba
commit 03b6ed600c

View file

@ -5,6 +5,7 @@ root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true