From 968465411524f0c76afb718346d931d3082418e4 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 21 Jun 2026 20:32:19 -0400 Subject: [PATCH] Add settings for trimming whitespace and final newline --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 19ae126..d3de648 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,6 +5,8 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true [*.md] indent_size = 2