.editorconfig: Remove "indent_size"

This way, everyone can configure use their preferred tab size.

Closes #269

Co-authored-by: Nick Klauer <klauer@gmail.com>
This commit is contained in:
Andrey Nering
2019-12-07 19:49:55 -03:00
co-authored by Nick Klauer
parent 48add0f293
commit ec934ba3c0
-1
View File
@@ -7,7 +7,6 @@ insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8
[*.{md,yml,yaml,json,toml,htm,html}]
indent_style = space