Add instructions for using shfmt

master
samuel-jimenez 2023-07-19 12:16:32 -05:00
parent c7d3f07630
commit 58c969d9e4
1 changed files with 1 additions and 1 deletions

@ -45,6 +45,6 @@ To avoid the most common travis failures:
* Doublequote variables (use _debug txtvalue "$txtvalue" instead of _debug txtvalue=$txtvalue)
* Always check the travis results after a commit
* Consider using shellcheck (https://www.shellcheck.net/) before commiting
*`shfmt -l -w -i 2 .` will re-indent your files
* `shfmt -l -w -i 2 .` will re-indent your files