mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim
closes: #16220 Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
6e19993991
commit
3c5d782dbc
@ -23,3 +23,7 @@ trim_trailing_whitespace = false
|
||||
[runtime/doc/**.txt]
|
||||
# It can mess up some documentation by trying to strip trailing whitespaces
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[src/testdir/test*.vim]
|
||||
# Some tests need trailing whitespaces, for example `set showbreak=>>\ `
|
||||
trim_trailing_whitespace = false
|
||||
|
Reference in New Issue
Block a user