Tweak .editorconfig

master
Ivan Kozik 2018-12-12 01:20:40 +00:00
parent ac2c5d97ee
commit 9d121a80af
1 changed files with 4 additions and 0 deletions

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