-
Aaron authored
Removed indent_size from editorconfig. This lets each person specify visually, while still entering same tab character. 8 was a bit big for me ;)
Aaron authoredRemoved indent_size from editorconfig. This lets each person specify visually, while still entering same tab character. 8 was a bit big for me ;)
.editorconfig 189 B
# editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false