mirror of
https://github.com/vim/vim
synced 2025-07-15 08:41:54 +00: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:
committed by
Christian Brabandt
parent
5daaf23268
commit
25e833f4ec
@ -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
|
||||||
|
Reference in New Issue
Block a user