Skip to content

Commit eb8f4c6

Browse files
authored
Don't strip trailing whitespace in snapshot files (jestjs#6111)
1 parent 3ad83eb commit eb8f4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ charset = utf-8
77
trim_trailing_whitespace = true
88
insert_final_newline = true
99

10-
[*.md]
10+
[{*.md,*.snap}]
1111
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)