mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Re-indent grunt/.jshintrc.
This commit is contained in:
parent
055730d84e
commit
22d004e332
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue