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:
+11
-12
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user