Merge branch 'feature/pre-commit-hook' into enforce-pre-commit
* feature/pre-commit-hook: Fixing the indent to everyone's contentpull/1434/head
commit
b56fa2593a
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 1
|
||||
indent_size = 4
|
||||
|
||||
shell_variant = bash
|
||||
binary_next_line = true # like -bn
|
||||
|
|
@ -19,7 +19,7 @@ trim_trailing_whitespace = false
|
|||
|
||||
[*.*sh]
|
||||
indent_style = tab
|
||||
indent_size = 1
|
||||
indent_size = 4
|
||||
|
||||
shell_variant = bash
|
||||
binary_next_line = true # like -bn
|
||||
|
|
|
|||
Loading…
Reference in New Issue