summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2022-02-17 02:07:49 +0530
committerAyush Agarwal <ayush@fastmail.in>2022-02-17 02:07:49 +0530
commitb4d33f25e5c7542a3a307f5f8d5e550e702d54fa (patch)
tree827e303413555e88dc19f1d964c987e34c618626 /CONTRIBUTING.md
parentdb2f631665a3c7d4b64f87f556e59ccafcae445b (diff)
chore: add -s option to shfmt
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f2af1cc..a3f7ea4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,7 +9,7 @@ please ensure that
- your bash code has been formatted using [shfmt](https://github.com/mvdan/sh) with the following
settings
- `-i 2 -ci -sr -bn`
+ `-s -i 2 -ci -sr -bn`
Please raise an [issue](https://github.com/ayushnix/tessen/issues/new/choose) if you have any
questions.