From b019a17f1991d82d5cf7fe422a786393ab4974d8 Mon Sep 17 00:00:00 2001 From: aemony Date: Tue, 30 Jan 2024 12:22:36 +0100 Subject: [PATCH] trim_trailing_whitespace = true --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8812aaeb..dacf6ade 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,4 +3,5 @@ root = true # All files [*] indent_style = space -indent_size = 2 \ No newline at end of file +indent_size = 2 +trim_trailing_whitespace = true \ No newline at end of file