runtime(doc): fix inconsistent indent in ft_rust.txt
Commit:
https://github.com/vim/vim/commit/0f8c685a684f2ac48eaff78e30db53b993a5e0f6
Author: zeertzjq <
zeer...@outlook.com>
Date: Sun Jan 25 18:17:40 2026 +0000
runtime(doc): fix inconsistent indent in ft_rust.txt
related:
https://github.com/vim/vim/issues/19251
closes:
https://github.com/vim/vim/issues/19257
Signed-off-by: zeertzjq <
zeer...@outlook.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/ft_rust.txt b/runtime/doc/ft_rust.txt
index 7426caad6..dd934e188 100644
--- a/runtime/doc/ft_rust.txt
+++ b/runtime/doc/ft_rust.txt
@@ -169,10 +169,10 @@ g:rustfmt_detect_version~
<
*g:rustfmt_find_toml*
g:rustfmt_find_toml~
- When set to 1, will try to find `rustfmt.toml` file by searching from
- current path upwards. Disabled by default for performance reasons
+ When set to 1, will try to find `rustfmt.toml` file by searching from
+ current path upwards. Disabled by default for performance reasons
>
- let g:rustfmt_find_toml = 1
+ let g:rustfmt_find_toml = 1
<
*g:rust_playpen_url*
g:rust_playpen_url~