[MIRROR] Remove tab indent size from editorconfig [MDB IGNORE] (#18589)

* Remove tab indent size from editorconfig (#72508)

We don't allow tab alignment anyway so this serves literally zero
purpose. It's not our place to set this kind of requirement in
editorconfig. It doesn't even match GitHub's tab size.

* Remove tab indent size from editorconfig

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-01-08 22:57:34 -08:00
committed by GitHub
co-authored by Mothblocks
parent 355319485f
commit efbbbe4565
-1
View File
@@ -3,7 +3,6 @@ root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true