]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
editorconfig: set trim_trailing_whitespace = false for src/testdir/test*.vim
authorYinzuo Jiang <jiangyinzuo@foxmail.com>
Sun, 15 Dec 2024 09:31:19 +0000 (10:31 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Dec 2024 09:31:19 +0000 (10:31 +0100)
closes: #16220

Signed-off-by: Yinzuo Jiang <jiangyinzuo@foxmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.editorconfig

index a586af40e2a6fffba0d666833df281e2aaacad12..7dc0cfbaf6f5593254c966a4bf30fa9f7d1a7b0a 100644 (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