Merge pull request #1916 from gaelicWizard/EditorConfig

Don't set `indent_size` when using tabs
This commit is contained in:
Noah Gorny
2021-08-15 21:04:51 +03:00
committed by GitHub

View File

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