Skip to content

Commit

Permalink
Remove trim_trailing_whitespace from editorconfig (#31413)
Browse files Browse the repository at this point in the history
This setting breaks `toMatchInlineSnapshot` by removing whitespace in
snapshots.
  • Loading branch information
rickhanlonii authored Nov 4, 2024
1 parent 07aa494 commit 33c7bd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 33c7bd9

Please sign in to comment.