tabs to spaces + editorconfig

This commit is contained in:
Raphael Goetter 2015-07-01 13:47:48 +02:00
parent 1bc094e9df
commit 5fa49413b6
24 changed files with 1671 additions and 1672 deletions

View File

@ -1,10 +1,9 @@
# editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
indent_style = space
indent_size = 2
end_of_line = lf # doesn't work yet
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
trim_trailing_whitespace = true # doesn't work yet
insert_final_newline = true # doesn't work yet