aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2014-04-24 23:45:55 +0400
committerOleg Gaidarenko <markelog@gmail.com>2014-04-24 23:45:55 +0400
commit874304fc30743951a7eaf06ea1e2275e507752ee (patch)
tree7e964a128a0222c1dd7c53b8e55d468b7d3ae137
parentdda29d729b261a92e464cadea7bc7aaf9dae9012 (diff)
downloadjquery-874304fc30743951a7eaf06ea1e2275e507752ee.tar.gz
jquery-874304fc30743951a7eaf06ea1e2275e507752ee.zip
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 bbace100a3ad51287cd2864eeb03ddebb381d44f)
-rw-r--r--.jscsrc4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/.jscsrc b/.jscsrc
index 219398928..27f14e6e0 100644
--- a/.jscsrc
+++ b/.jscsrc
@@ -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/**/*" ]
}
diff --git a/package.json b/package.json
index 0b7307661..7dcaa6111 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"keywords": [
"jquery",
"javascript",
- "browser",
+ "browser",
"library"
],
"bugs": {