mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Do not trim trailing whitespaces for test snapshots (#11066)
Signed-off-by: davidegirardi <16451191+davidegirardi@users.noreply.github.com>
This commit is contained in:
parent
0d14b03d71
commit
e6460daae5
1 changed files with 3 additions and 0 deletions
|
@ -24,3 +24,6 @@ trim_trailing_whitespace = true
|
|||
|
||||
[*.{yml,yaml}]
|
||||
indent_size = 4
|
||||
|
||||
[*.tsx.snap]
|
||||
trim_trailing_whitespace = false
|
||||
|
|
Loading…
Reference in a new issue