jquery/.jscsrc
Oleg Gaidarenko 874304fc30 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)
2014-04-24 23:45:55 +04:00

6 lines
97 B
Plaintext

{
"preset": "jquery",
"excludeFiles": [ "src/intro.js", "src/outro.js", "src/sizzle/**/*" ]
}