0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

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
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

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