mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[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:
@@ -3,7 +3,6 @@ root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
Reference in New Issue
Block a user