From 2e6ea90cf20b007d92d21eb6cbd898adc3a845aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Sat, 19 Nov 2022 14:51:29 +0000 Subject: [PATCH] docs(ruby): add formatter docs --- modules/lang/ruby/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/lang/ruby/README.org b/modules/lang/ruby/README.org index 137e651e6..0423ae36c 100644 --- a/modules/lang/ruby/README.org +++ b/modules/lang/ruby/README.org @@ -70,6 +70,10 @@ These guides will help you install Ruby: Then run ~$ gem install rubocop~ to install rubocop. +** Formatter + +Formatting is handled using the [[doom-module::editor format]] module via [[https://prettier.io/docs/en/install.html][prettier]]. + * TODO Usage #+begin_quote 🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]]