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

@@ -155,7 +155,7 @@ alias gst='git stash'
alias gstb='git stash branch'
alias gstd='git stash drop'
alias gstl='git stash list'
alias gstp='git stash pop' # kept due to long-standing usage
alias gstp='git stash pop' # kept due to long-standing usage
alias gstpo='git stash pop' # recommended for it's symmetry with gstpu (push)
## 'stash push' introduced in git v2.13.2