derekchiang / Sublime-CoffeeScript-Formatter

A sublime plugin for formatting CoffeeScript
19 stars 1 forks source link

Formatter inserts space in conditional assignment operator #6

Open ThomWright opened 10 years ago

ThomWright commented 10 years ago

Before: num ?= 0 After: num ? = 0

jsliang commented 10 years ago

Same issue for the existential operator ?.

Before: response?.success After: response? .success

rex commented 9 years ago

Yeah, this is a show stopper for my team, as we use the existential operator heavily.

It's a damn shame, such a badass sublime package tossed to the wayside :(