Allow mixed whitespace in parser tests

This commit is contained in:
Dave Bartolomeo
2018-11-07 16:08:43 -08:00
parent a141f4c81a
commit d521502ded
2 changed files with 16 additions and 6 deletions

View File

@@ -5,13 +5,13 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -0,0 +1,10 @@
[
{
"pattern": [
"lib/**/*.js",
"parser-tests/**/*.js",
"tests/**/*.js"
],
"allowMixedTabsAndSpaces": true
}
]