Tweak .editorconfig

This commit is contained in:
Ivan Kozik 2018-12-12 01:20:40 +00:00
parent ac2c5d97ee
commit 9d121a80af

View File

@ -3,3 +3,7 @@ root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true