Skip to content

Commit d521502

Browse files
Allow mixed whitespace in parser tests
1 parent a141f4c commit d521502

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

javascript/extractor/.project

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<projects>
66
</projects>
77
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
1313
</buildSpec>
1414
<natures>
15-
<nature>org.eclipse.jdt.core.javanature</nature>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
1616
</natures>
1717
</projectDescription>

javascript/extractor/format.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"pattern": [
4+
"lib/**/*.js",
5+
"parser-tests/**/*.js",
6+
"tests/**/*.js"
7+
],
8+
"allowMixedTabsAndSpaces": true
9+
}
10+
]

0 commit comments

Comments
 (0)