mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Re-indent grunt/.jshintrc.
This commit is contained in:
+8
-8
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"curly" : true,
|
"curly" : true,
|
||||||
"eqeqeq" : true,
|
"eqeqeq": true,
|
||||||
"newcap" : true,
|
"newcap": true,
|
||||||
"noarg" : true,
|
"noarg" : true,
|
||||||
"node" : true,
|
"node" : true,
|
||||||
"nonbsp" : true,
|
"nonbsp": true,
|
||||||
"strict" : true,
|
"strict": true,
|
||||||
"undef" : true
|
"undef" : true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user