Merge branch 'feature/pre-commit-hook' into enforce-pre-commit

* feature/pre-commit-hook:
  Fixing the indent to everyone's content
pull/1434/head
Ira Abramov 2020-03-25 09:42:37 +02:00
commit b56fa2593a
1 changed files with 2 additions and 2 deletions

View File

@ -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