Disable keep-padding option in shfmt

Has some serious bugs and not really needed
Also fixed all files that need to be changed after this
This commit is contained in:
Noah Gorny
2021-01-21 22:08:43 +02:00
parent 79df5ffc3c
commit d2ab59fef8
4 changed files with 21 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ shell_variant = bash
binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
keep_padding = true # like -kp
keep_padding = false # like -kp
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true