We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a141f4c commit d521502Copy full SHA for d521502
javascript/extractor/.project
@@ -5,13 +5,13 @@
5
<projects>
6
</projects>
7
<buildSpec>
8
- <buildCommand>
9
- <name>org.eclipse.jdt.core.javabuilder</name>
10
- <arguments>
11
- </arguments>
12
- </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
13
</buildSpec>
14
<natures>
15
- <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
16
</natures>
17
</projectDescription>
javascript/extractor/format.json
@@ -0,0 +1,10 @@
1
+[
2
+ {
3
+ "pattern": [
4
+ "lib/**/*.js",
+ "parser-tests/**/*.js",
+ "tests/**/*.js"
+ ],
+ "allowMixedTabsAndSpaces": true
+ }
+]
0 commit comments