turboladen / tailor

A RubyGem that allows for checking standard styling of Ruby files.
146 stars 18 forks source link

Detect spaces before a }, when immediately preceded by a } #76

Closed turboladen closed 12 years ago

turboladen commented 14 years ago

Tailor skips of detecting no space before both trailing }s in:

thing = {'id'=>"#{source}", 'attributes' => { 'height' => "#{height}"}}