benschwarz / sublime-bower

Install Bower packages from within Sublime
MIT License
226 stars 12 forks source link

Add formatting to generated .bowerrc #23

Closed sindresorhus closed 11 years ago

sindresorhus commented 11 years ago

From:

{"directory": "components"}

to

{
  "directory": "components"
}
benschwarz commented 11 years ago

Nice! I wasn't familiar with how to do this so I shelved n' shipped it. Thanks!