Merge pull request #1949 from gaelicWizard/EditorTab

EditorConfig: set `indent_size = tab`
This commit is contained in:
Noah Gorny
2021-09-18 12:38:42 +03:00
committed by GitHub

View File

@@ -13,9 +13,11 @@ insert_final_newline = true
trim_trailing_whitespace = false trim_trailing_whitespace = false
[.git*] [.git*]
indent_size = tab
indent_style = tab indent_style = tab
[{**.*sh,test/run}] [{**.*sh,test/run}]
indent_size = tab
indent_style = tab indent_style = tab
shell_variant = bash shell_variant = bash