Allow mixed whitespace in JavaScript test sources

This commit is contained in:
Dave Bartolomeo
2018-11-06 15:39:29 -08:00
parent 1a5d4626bc
commit 55f4839abf

View File

@@ -0,0 +1,6 @@
[
{
"pattern": "**/*.js",
"allowMixedTabsAndSpaces": true
}
]