From 197ccf454263302e7523235d2200ee9d7e74be8b Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 25 Jan 2024 14:17:38 +0100 Subject: [PATCH] mention rustfmt --- content/en/usage/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/usage/configuration.md b/content/en/usage/configuration.md index c7558c6..da8065f 100644 --- a/content/en/usage/configuration.md +++ b/content/en/usage/configuration.md @@ -75,6 +75,8 @@ Currently formatters available by default are: - `prettier` for js-mode and json-mode - and it works for lisp code of course. +Additionally, rust-mode uses `rustfmt`. + To use formatting, you can either manually invoke `M-x format-current-buffer`, or enable auto-formatting like this: