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:
Yinzuo Jiang
2024-12-15 10:31:19 +01:00
committed by Christian Brabandt
parent 6e19993991
commit 3c5d782dbc

View File

@ -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