From 178c9388386aa8b10177e8df9dcc222494f2d1d4 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Tue, 15 Sep 2020 08:22:51 -0600 Subject: [PATCH] Add shfmt shell formatter Signed-off-by: Kevin Locke --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index bf24c53..2f68b49 100644 --- a/Readme.md +++ b/Readme.md @@ -114,6 +114,8 @@ If you want to contribute to this list (please do), send me a pull request or co #### Shell * [ShellIndent](http://www.bolthole.com/AWK.html) - Indent formatting program for .sh scripts. +* [shfmt](https://github.com/mvdan/sh) - Shell script formatter with support + for POSIX, Bash, and mksh. #### VBS