File tree Expand file tree Collapse file tree 6 files changed +45
-6
lines changed
Expand file tree Collapse file tree 6 files changed +45
-6
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "pattern" : [
4+ " **/*.c" ,
5+ " **/*.cpp" ,
6+ " **/*.h" ,
7+ " **/*.hpp"
8+ ],
9+ "allowMixedTabsAndSpaces" : true
10+ }
11+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "pattern" : " **/*.cs" ,
4+ "allowMixedTabsAndSpaces" : true
5+ }
6+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "pattern" : " **/*.java" ,
4+ "allowMixedTabsAndSpaces" : true
5+ }
6+ ]
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "pattern" : [
4+ " lib/**/*" ,
5+ " parser-tests/**/*.js" ,
6+ " tests/**/*.js"
7+ ],
8+ "allowMixedTabsAndSpaces" : true
9+ }
10+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "pattern" : " **/*.js" ,
4+ "allowMixedTabsAndSpaces" : true
5+ }
6+ ]
You can’t perform that action at this time.
0 commit comments