mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 06:35:03 -05:00
Build: Spaces vs tabs
* Use tabs instead of spaces in jscs config * Always use spaces in package.json (really hope this is temporary)
This commit is contained in:
4
.jscsrc
4
.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/**/*" ]
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"keywords": [
|
||||
"jquery",
|
||||
"javascript",
|
||||
"browser",
|
||||
"browser",
|
||||
"library"
|
||||
],
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user