No need in tab size while Tab is used
This commit is contained in:
parent
693ab366f3
commit
8998237211
|
@ -3,7 +3,6 @@ root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
tab_width = 4
|
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
Loading…
Reference in New Issue