editorconfig set tab_width

This commit is contained in:
Max Pozdeev 2020-10-20 21:44:24 +03:00
parent 62fa23fda4
commit e30a2efddb

View file

@ -7,6 +7,7 @@ root = true
charset = utf-8
end_of_line = lf
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true