mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03: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:
@@ -12,7 +12,7 @@ max_line_length = 100
|
||||
[{Makefile,*.in}]
|
||||
indent_style = tab
|
||||
|
||||
[*.md]
|
||||
[*.{md,rst}]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.{sh,ac}]
|
||||
|
||||
Reference in New Issue
Block a user