2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-30 22:05:34 +00:00

Add instructions for using shfmt

samuel-jimenez
2023-07-19 12:15:19 -05:00
parent 970fe28e21
commit c7d3f07630

@@ -45,4 +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