]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
editorconfig: set editing style for comment and hlsearch package
authorMaxim Kim <habamax@gmail.com>
Thu, 6 Mar 2025 20:13:25 +0000 (21:13 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 6 Mar 2025 20:14:20 +0000 (21:14 +0100)
closes: #16805

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.editorconfig

index fced1a879a6afbc2fa294233b4817457c13a3e0b..21d66600b9d5e8ec59a389268fce5891973688ac 100644 (file)
@@ -24,6 +24,10 @@ trim_trailing_whitespace = false
 indent_style = space
 indent_size = 2
 
+[runtime/pack/dist/opt/{comment,nohlsearch}/**.vim]
+indent_style = space
+indent_size = 4
+
 [runtime/doc/**.txt]
 # It can mess up some documentation by trying to strip trailing whitespaces
 trim_trailing_whitespace = false