jquery/.jscsrc
Oleg Gaidarenko bbace100a3 Build: Spaces vs tabs
* Use tabs instead of spaces in jscs config

* Always use spaces in package.json (really hope this is temporary)
2014-04-24 23:42:18 +04:00

6 lines
97 B
Plaintext

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