From 63f57fcdb9d5d5ccf4d50e32d7f207611cd4c9f8 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Tue, 9 May 2023 16:15:01 -0700 Subject: [PATCH] .editorconfig: Update for more standards aware editors --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2c73f926bd..2ceadeedf2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,8 +13,9 @@ indent_style = space indent_size = 4 end_of_line = lf charset = utf-8 -trim_trailing_whitespace = false # These are the correct rules for APM coding standards, but fixing up old files causes git spam -insert_final_newline = false +# These are the correct rules for APM coding standards, but fixing up old files causes git spam +trim_trailing_whitespace = false +insert_final_newline = true [*.mk] indent_style = tab