Don't trim trailing whitespace on .rst files

Our existing .rst files have lines with trailing whitespace in them,
which I can only assume is deliberate, so update the editorconfig to
stop trimming trailing whitespace for these files.
This commit is contained in:
Lily Ballard 2019-06-15 22:36:03 -07:00
parent 360116221a
commit 5fd3bf79f5

View File

@ -12,7 +12,7 @@ max_line_length = 100
[{Makefile,*.in}]
indent_style = tab
[*.md]
[*.{md,rst}]
trim_trailing_whitespace = false
[*.{sh,ac}]