Merge pull request #1949 from gaelicWizard/EditorTab
EditorConfig: set `indent_size = tab`pull/1935/head
commit
b72588edfd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue