Merge pull request #1949 from gaelicWizard/EditorTab
EditorConfig: set `indent_size = tab`
This commit is contained in:
@@ -13,9 +13,11 @@ insert_final_newline = true
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[.git*]
|
||||
indent_size = tab
|
||||
indent_style = tab
|
||||
|
||||
[{**.*sh,test/run}]
|
||||
indent_size = tab
|
||||
indent_style = tab
|
||||
|
||||
shell_variant = bash
|
||||
|
||||
Reference in New Issue
Block a user