mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
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:
parent
dda29d729b
commit
874304fc30
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": {
|
||||
|
Loading…
Reference in New Issue
Block a user