Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit e6460da

Browse files
Do not trim trailing whitespaces for test snapshots (matrix-org#11066)
Signed-off-by: davidegirardi <[email protected]>
1 parent 0d14b03 commit e6460da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ trim_trailing_whitespace = true
2424

2525
[*.{yml,yaml}]
2626
indent_size = 4
27+
28+
[*.tsx.snap]
29+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)