Skip to content

Commit

Permalink
Fix mixed tabs and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplodingCabbage authored and jbpros committed Jun 16, 2015
1 parent efb222c commit a8a79f5
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions spec/.jshintrc
@@ -1,35 +1,35 @@
{
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": false,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": false,
"regexp": true,
"undef": true,
"unused": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"jquery": true,
"white": true,
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": false,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": false,
"regexp": true,
"undef": true,
"unused": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"jquery": true,
"white": true,
"multistr": true,
"jasmine": true,
"jasmine": true,
"globals": {
"createSpy": true,
"spyOnStub": true,
"requireLib": true,
"createSpyWithStubs": true,
"createSpyObj": true,
"spyOnStub": true,
"requireLib": true,
"createSpyWithStubs": true,
"createSpyObj": true,
"createEmittingSpy": true,
"spyOnModule": true,
"spyOnModuleAndReturn": true,
"spyOnModule": true,
"spyOnModuleAndReturn": true,
"itBehavesLikeAllCucumberConfigurations": true
}
}
}

0 comments on commit a8a79f5

Please sign in to comment.