mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 05:04:42 +00: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…
Reference in a new issue