Update editorconfig

This commit is contained in:
Sergey Pepyakin 2019-01-03 12:35:20 +01:00
parent d52ba8849a
commit f744b8f0ae
1 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,9 @@
root = true
[*]
indent_style=tab
indent_size=tab
tab_width=4
indent_style=space
indent_size = 4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true