Skip to content

Commit 33c7bd9

Browse files
authored
Remove trim_trailing_whitespace from editorconfig (#31413)
This setting breaks `toMatchInlineSnapshot` by removing whitespace in snapshots.
1 parent 07aa494 commit 33c7bd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.editorconfig

-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ indent_size = 2
88
indent_style = space
99
insert_final_newline = true
1010
max_line_length = 80
11-
trim_trailing_whitespace = true
1211

1312
[*.md]
1413
max_line_length = 0
15-
trim_trailing_whitespace = false
1614

1715
[COMMIT_EDITMSG]
1816
max_line_length = 0

0 commit comments

Comments
 (0)