mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:06:49 +08:00
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:
parent
360116221a
commit
5fd3bf79f5
|
@ -12,7 +12,7 @@ max_line_length = 100
|
||||||
[{Makefile,*.in}]
|
[{Makefile,*.in}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
[*.md]
|
[*.{md,rst}]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.{sh,ac}]
|
[*.{sh,ac}]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user