From d38489b02d16ad20cef58f54751100c0acf7b403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellis=20Keny=C5=91?= Date: Wed, 5 Oct 2022 12:21:12 +0100 Subject: [PATCH] docs(dart): add formatter docs --- modules/lang/dart/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/dart/README.org b/modules/lang/dart/README.org index 0ca04e04b..add6a0a13 100644 --- a/modules/lang/dart/README.org +++ b/modules/lang/dart/README.org @@ -87,7 +87,7 @@ flutter doctor # for Dependency check and further instructions 🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]] #+end_quote -- Syntax highlighting and formatting for ~.dart~ files provided by LSP. +- Syntax highlighting and formatting for ~.dart~ files provided by LSP or [[doom-module::editor format]]. - Auto import. - Widget guide lines for Flutter. - Closing labels for constructors.