Skip to content

Commit 54996ec

Browse files
saccarosiumchrisbra
authored andcommitted
editorconfig: don't trim trailing whitespaces in runtime/doc
closes: #16058 Signed-off-by: Luca Saccarola <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent ba0b458 commit 54996ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ indent_size = 2
1919
# Markdown uses trailing whitespaces to do an hard line break
2020
# https://spec.commonmark.org/0.31.2/#hard-line-breaks
2121
trim_trailing_whitespace = false
22+
23+
[runtime/doc/**.txt]
24+
# It can mess up some documentation by trying to strip trailing whitespaces
25+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)