Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Do not trim trailing whitespaces for test snapshots (#11066)
Browse files Browse the repository at this point in the history
Signed-off-by: davidegirardi <16451191+davidegirardi@users.noreply.github.com>
  • Loading branch information
davidegirardi authored Jul 3, 2023
1 parent 0d14b03 commit e6460da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_size = 4

[*.tsx.snap]
trim_trailing_whitespace = false

0 comments on commit e6460da

Please sign in to comment.