From 88cf79aebdf9a5096d9bce0dcc4618181f666c2d Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Wed, 19 Feb 2025 22:22:29 +0000 Subject: [PATCH] [.editorconfig] Remove `trim_trailing_whitespace` Forcing this to be `false` is unhelpful for editors that allow incremental removal of trailing whitespace as you edit, such as Xcode. For now, avoid enforcing the setting, leaving it up to individual editor configurations. This restores the behavior prior to the addition of the `.editorconfig`. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 021ab88277c..0fa42587723 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,5 +5,4 @@ root = true [*] indent_style = space indent_size = 2 -trim_trailing_whitespace = false insert_final_newline = true