2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
+1 -2
View File
@@ -7,8 +7,7 @@
"eqeqeq" : false,
"eqnull" : true,
"expr" : true,
"indent" : 2,
"laxbreak" : true,
"quotmark" : "single",
"validthis": true
}
}