]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
editorconfig: don't trim trailing whitespaces in runtime/doc
authorLuca Saccarola <github.e41mv@aleeas.com>
Fri, 15 Nov 2024 18:53:44 +0000 (19:53 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 15 Nov 2024 18:54:45 +0000 (19:54 +0100)
closes: #16058

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.editorconfig

index bda9fd2896f6f40f5148455cdf17ac950656f728..a586af40e2a6fffba0d666833df281e2aaacad12 100644 (file)
@@ -19,3 +19,7 @@ indent_size = 2
 # Markdown uses trailing whitespaces to do an hard line break
 # https://spec.commonmark.org/0.31.2/#hard-line-breaks
 trim_trailing_whitespace = false
+
+[runtime/doc/**.txt]
+# It can mess up some documentation by trying to strip trailing whitespaces
+trim_trailing_whitespace = false