From 33c7bd9ae3b4f998a477fe0ea8ebdf2f2ee8a144 Mon Sep 17 00:00:00 2001 From: Ricky Date: Mon, 4 Nov 2024 15:30:02 -0500 Subject: [PATCH] Remove trim_trailing_whitespace from editorconfig (#31413) This setting breaks `toMatchInlineSnapshot` by removing whitespace in snapshots. --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 07552cfff8..48d2b3d27e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,11 +8,9 @@ indent_size = 2 indent_style = space insert_final_newline = true max_line_length = 80 -trim_trailing_whitespace = true [*.md] max_line_length = 0 -trim_trailing_whitespace = false [COMMIT_EDITMSG] max_line_length = 0