Editorconfig : set tab to 2 chars.
This commit is contained in:
parent
e08c8a881a
commit
7cd519c7f6
|
@ -5,3 +5,4 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
indent_size = 2
|
||||||
|
|
Reference in a new issue