Do not trim trailing whitespaces for test snapshots (#11066)

Signed-off-by: davidegirardi <16451191+davidegirardi@users.noreply.github.com>
t3chguy/dedup-icons-17oct
davidegirardi 2023-07-03 15:38:21 +02:00 committed by GitHub
parent 0d14b03d71
commit e6460daae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ trim_trailing_whitespace = true
[*.{yml,yaml}] [*.{yml,yaml}]
indent_size = 4 indent_size = 4
[*.tsx.snap]
trim_trailing_whitespace = false