From c9d9051ef9e1d79eb088315b2c21a444e32404e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Sun, 25 Sep 2022 11:29:27 +0100 Subject: [PATCH] docs(cc): Add formatter docs --- modules/lang/cc/README.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/lang/cc/README.org b/modules/lang/cc/README.org index cd673da23..8e7100e7b 100644 --- a/modules/lang/cc/README.org +++ b/modules/lang/cc/README.org @@ -133,6 +133,11 @@ rdm & rc -J $PROJECT_ROOT # loads PROJECT_ROOT's compile_commands.json #+end_src +** =:editor format= +The formatter used is [[doom-executable:clang-format]] which should be installed alongside =clang=. + +For more info, see [[doom-module::editor format]]. + * TODO Usage #+begin_quote 🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]]