motion-state-machine icon indicating copy to clipboard operation
motion-state-machine copied to clipboard

Indent in Emacs is broken

Open seisuke opened this issue 13 years ago • 2 comments
trafficstars

Transition_to method has "if" option, it broken emacs indent. please rename it.

seisuke avatar Jul 12 '12 09:07 seisuke

You could just use Ruby's other syntax for hashes, ex.:

state.transition_to :other_state, :if => lambda { … }

Does this work for you?

opyh avatar Jul 12 '12 19:07 opyh

That old hash syntax work well. But i do not want to combine the new and old hash syntax.

seisuke avatar Jul 13 '12 01:07 seisuke