@samitouri / QOS-React / commits / 33c7bd9ae3

Remove trim_trailing_whitespace from editorconfig (#31413)

This setting breaks `toMatchInlineSnapshot` by removing whitespace in snapshots.

Ricky committed Nov 4, 2024 at 15:30 UTC 33c7bd9ae3b4f998a477fe0ea8ebdf2f2ee8a144
1 file changed -2
.editorconfig
-2
@@ -8,11 +8,9 @@ indent_size = 2
8 indent_style = space
9 insert_final_newline = true
10 max_line_length = 80
11 -trim_trailing_whitespace = true
11
12 [*.md]
13 max_line_length = 0
15 -trim_trailing_whitespace = false
14
15 [COMMIT_EDITMSG]
16 max_line_length = 0