Build: Spaces vs tabs

* Use tabs instead of spaces in jscs config

* Always use spaces in package.json (really hope this is temporary)

(cherry-picked from bbace100a3)
This commit is contained in:
Oleg Gaidarenko 2014-04-24 23:45:55 +04:00
parent dda29d729b
commit 874304fc30
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"preset": "jquery", "preset": "jquery",
"excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ] "excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ]
} }

View File

@ -16,7 +16,7 @@
"keywords": [ "keywords": [
"jquery", "jquery",
"javascript", "javascript",
"browser", "browser",
"library" "library"
], ],
"bugs": { "bugs": {