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,
|
||||
"eqeqeq" : true,
|
||||
"newcap" : true,
|
||||
"noarg" : true,
|
||||
"node" : true,
|
||||
"nonbsp" : true,
|
||||
"strict" : true,
|
||||
"undef" : true
|
||||
"curly" : true,
|
||||
"eqeqeq": true,
|
||||
"newcap": true,
|
||||
"noarg" : true,
|
||||
"node" : true,
|
||||
"nonbsp": true,
|
||||
"strict": true,
|
||||
"undef" : true
|
||||
}
|
||||
|
Reference in New Issue
Block a user