mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
Re-indent grunt/.jshintrc.
This commit is contained in:
@@ -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