Remove trim_trailing_whitespace from editorconfig (#31413)

This setting breaks `toMatchInlineSnapshot` by removing whitespace in
snapshots.
This commit is contained in:
Ricky 2024-11-04 15:30:02 -05:00 committed by GitHub
parent 07aa494432
commit 33c7bd9ae3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,9 @@ indent_size = 2
indent_style = space indent_style = space
insert_final_newline = true insert_final_newline = true
max_line_length = 80 max_line_length = 80
trim_trailing_whitespace = true
[*.md] [*.md]
max_line_length = 0 max_line_length = 0
trim_trailing_whitespace = false
[COMMIT_EDITMSG] [COMMIT_EDITMSG]
max_line_length = 0 max_line_length = 0