EditorConfig: don't specify indent size

When using tabs, `indent_size` should be set to `tab`, which is the default. Furthermore, `tab_width` (which is likely what was intended when `indent_size` was entered) should be left up to the user. If the user likes an 8-character indent, then let them. If they like 2-character indent size, then let them. Using tabs means that this all works normally for everyone, even if it's different on different screens.
pull/1916/head
John D Pell 2021-08-12 22:07:38 -07:00
parent de9ea54b81
commit 6ee4cb4597
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ indent_style = tab
[{**.*sh,test/run}] [{**.*sh,test/run}]
indent_style = tab indent_style = tab
indent_size = 4
shell_variant = bash shell_variant = bash
binary_next_line = true # like -bn binary_next_line = true # like -bn