Fixing the indent to everyone's content
parent
6571eb4dd8
commit
2ffa59a1b5
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 1
|
indent_size = 4
|
||||||
|
|
||||||
shell_variant = bash
|
shell_variant = bash
|
||||||
binary_next_line = true # like -bn
|
binary_next_line = true # like -bn
|
||||||
|
|
@ -19,7 +19,7 @@ trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.*sh]
|
[*.*sh]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 1
|
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