editorconfig: set editing style for comment and hlsearch package

closes: #16805

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Maxim Kim
2025-03-06 21:13:25 +01:00
committed by Christian Brabandt
parent 5daaf23268
commit 25e833f4ec

View 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