From ea219617b8704f9c497405b3be3b394fef7b4ccc Mon Sep 17 00:00:00 2001 From: Jaid Date: Sat, 21 Dec 2019 04:06:18 +0100 Subject: [PATCH] manage: Improved .editorconfig for md and txt files --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 02e6ee8..7fbdb18 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,11 @@ indent_style = space insert_final_newline = false trim_trailing_whitespace = true +[*.md] +trim_trailing_whitespace = true + +[*.txt] +trim_trailing_whitespace = true + [/package.json] insert_final_newline = true # npm install rewrites the JSON file with a final newline, so we manually keep them to prevent unneeded stashes \ No newline at end of file