- Automatic insertion of
{}
when typing#
in strings in Ruby (not in CoffeeScript). This would be fine if those soaked up the next{
that is typed, as happens with quotes.- Ideal behavior here is treating
{}
like quotes—only insert the pair when the first is typed.
- Ideal behavior here is treating
- Occasional misinterpretation of typed quotes—they get soaked up into existing quotes instead of being inserted as new quotes.
Extra spacing is not stripped from blank lines.- Fixed by setting
trim_trailing_white_space_on_save
totrue
.