editorconfig / doc_src: trim trailing whitespace

Commit 0893134543 (Added .editorconfig file (#3332) (#3313),
2016-08-25) trimmed trailing whitespace  for Markdown file (which do
have significant trailing whitespace) but ReStructuredText does not,
and none of our Markdown files cares about this, so let's clean up
whitespace always.
This commit is contained in:
Johannes Altmanninger
2025-11-30 06:24:39 +01:00
parent 9f8d8ebc2c
commit 7c27c1e7d0
29 changed files with 48 additions and 49 deletions

View File

@@ -14,7 +14,6 @@ indent_style = tab
[*.{md,rst}]
max_line_length = unset
trim_trailing_whitespace = false
[*.sh]
indent_size = 4