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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user