Update editorconfig (#155)

This commit is contained in:
Sergei Pepyakin 2019-01-03 12:38:23 +01:00 committed by GitHub
parent d52ba8849a
commit c3b21b337d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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