From 58c969d9e45050e67a4e727e00174c37b0e3ac68 Mon Sep 17 00:00:00 2001 From: samuel-jimenez <53528911+samuel-jimenez@users.noreply.github.com> Date: Wed, 19 Jul 2023 12:16:32 -0500 Subject: [PATCH] Add instructions for using shfmt --- Code-of-conduct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-of-conduct.md b/Code-of-conduct.md index ee0e4bb..0b7a3ae 100644 --- a/Code-of-conduct.md +++ b/Code-of-conduct.md @@ -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