2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Switch to using JSCS for the indentation check.

This commit is contained in:
XhmikosR
2014-02-19 09:11:05 +02:00
parent 299f985e5d
commit 537e10033e
5 changed files with 32 additions and 34 deletions
+11 -12
View File
@@ -1,15 +1,14 @@
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"newcap": true,
"noarg": true,
"node": true,
"nonbsp": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"undef": true
"curly" : true,
"eqeqeq" : true,
"immed" : true,
"newcap" : true,
"noarg" : true,
"node" : true,
"nonbsp" : true,
"quotmark" : "single",
"strict" : true,
"trailing" : true,
"undef" : true
}