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