From 48b916c915460b14c46df22db60d073486499b6c Mon Sep 17 00:00:00 2001 From: Jaid Date: Sat, 21 Dec 2019 04:43:50 +0100 Subject: [PATCH] manage: Improved .editorconfig for md, hbs and txt files --- .editorconfig | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7fbdb18..386cfbd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,10 +9,13 @@ insert_final_newline = false trim_trailing_whitespace = true [*.md] -trim_trailing_whitespace = true +trim_trailing_whitespace = false [*.txt] -trim_trailing_whitespace = true +trim_trailing_whitespace = false + +[*.hbs] +trim_trailing_whitespace = false [/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