From 14e8178f2ba198ec282ec85853d99416b5bfed22 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Wed, 3 Aug 2022 20:39:07 +0530 Subject: [PATCH] docs: update contribution guidelines Add the `-s` flag for shfmt --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bdfb4c6..eed9a7d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ If you're interested in contributing and making - 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/pass-tessen/issues/new/choose) if you have any questions.