From 902e508803a226cdf878c889cff9a807ef7064d6 Mon Sep 17 00:00:00 2001 From: Dale Whinham Date: Sat, 30 Oct 2021 20:13:25 +0100 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e20858d..4cf2c72 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[external/**] +trim_trailing_whitespace = false