From fa145f5cc15405204b7c214f2f1539377aa68050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Sat, 19 Nov 2022 15:11:58 +0000 Subject: [PATCH] docs(sh): add formatter docs --- modules/lang/sh/README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lang/sh/README.org b/modules/lang/sh/README.org index 6cd1c5a79..dc19a57c9 100644 --- a/modules/lang/sh/README.org +++ b/modules/lang/sh/README.org @@ -49,6 +49,8 @@ This module has several optional dependencies: - With the [[doom-module::tools debugger]] module - [[http://bashdb.sourceforge.net/][bashdb]]: Enables debugging for bash scripts - [[https://github.com/rocky/zshdb][zshdb]]: Enables debugging for zsh scripts +- With the [[doom-module::editor format]] module + - [[https://github.com/patrickvane/shfmt][shfmt]]: Enables formatting for {posix,ba,mk}sh scripts * TODO Usage #+begin_quote