Merge pull request #1916 from gaelicWizard/EditorConfig
Don't set `indent_size` when using tabspull/1921/head
commit
907fa1de96
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue