chesleybrown / grunt-tabs4life

Grunt task for enforcing a very opinionated coding style.
MIT License
4 stars 1 forks source link

Should have requireSpaceBeforeObjectValues set to true #6

Closed chesleybrown closed 9 years ago

chesleybrown commented 9 years ago

We want to enforce having a space after an object key.

{
    key: value
}