mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
editorconfig: don't trim trailing whitespaces in runtime/doc
closes: #16058 Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
ba0b458570
commit
54996ecda0
@ -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
|
||||
|
Reference in New Issue
Block a user