Disable trim_trailing_whitespace for JS snapshots

This commit is contained in:
Himanshu Kapoor 2020-09-08 04:49:30 +00:00
parent 2242a56c63
commit 6753a7a2c1

View file

@ -14,5 +14,5 @@ indent_size = 2
indent_style = space
charset = utf-8
[*.{md,markdown}]
[*.{md,markdown,js.snap}]
trim_trailing_whitespace = false