]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix inconsistent indent in ft_rust.txt
authorzeertzjq <zeertzjq@outlook.com>
Sun, 25 Jan 2026 18:17:40 +0000 (18:17 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 25 Jan 2026 18:17:40 +0000 (18:17 +0000)
related: #19251
closes:  #19257

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/ft_rust.txt

index 7426caad600a0f3980e417d6aca89d4db073fcdb..dd934e18866a88913ac24c9a5b5250b68ec3440f 100644 (file)
@@ -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~