Update editorconfig (#155)
This commit is contained in:
parent
d52ba8849a
commit
c3b21b337d
|
@ -1,11 +1,9 @@
|
||||||
root = true
|
root = true
|
||||||
[*]
|
[*]
|
||||||
indent_style=tab
|
indent_style=space
|
||||||
indent_size=tab
|
indent_size = 4
|
||||||
tab_width=4
|
|
||||||
end_of_line=lf
|
end_of_line=lf
|
||||||
charset=utf-8
|
charset=utf-8
|
||||||
trim_trailing_whitespace=true
|
trim_trailing_whitespace=true
|
||||||
max_line_length=120
|
max_line_length=120
|
||||||
insert_final_newline=true
|
insert_final_newline=true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue