mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
editorconfig set tab_width
This commit is contained in:
parent
62fa23fda4
commit
e30a2efddb
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ root = true
|
|||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_style = tab
|
||||
tab_width = 4
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue