tabs to spaces + editorconfig
This commit is contained in:
parent
1bc094e9df
commit
5fa49413b6
24 changed files with 1671 additions and 1672 deletions
|
@ -1,10 +1,9 @@
|
||||||
# editorconfig.org
|
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 2
|
||||||
end_of_line = lf
|
end_of_line = lf # doesn't work yet
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true # doesn't work yet
|
||||||
insert_final_newline = true
|
insert_final_newline = true # doesn't work yet
|
||||||
|
|
Loading…
Reference in a new issue