Skip to content

Commit

Permalink
update shfmt rules
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Schaller <ivan@schaller.sh>
  • Loading branch information
olofvndrhr committed Aug 31, 2023
1 parent 1bc0a28 commit 92e48ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

shfmt --language-dialect bash --write \
shfmt --language-dialect bash --write -i 4 -bn -ci -sr \
./**/*

0 comments on commit 92e48ce

Please sign in to comment.