From 5fd3bf79f5ed2ac0447f19ef0dec2012bd658e10 Mon Sep 17 00:00:00 2001 From: Lily Ballard Date: Sat, 15 Jun 2019 22:36:03 -0700 Subject: [PATCH] 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. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a99eceb75..bed92f3e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ max_line_length = 100 [{Makefile,*.in}] indent_style = tab -[*.md] +[*.{md,rst}] trim_trailing_whitespace = false [*.{sh,ac}]