0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04: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:
Yinzuo Jiang 2024-12-15 10:31:19 +01:00 committed by Christian Brabandt
parent 6e19993991
commit 3c5d782dbc
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

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