You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that your mode doesn't always indent as I would expect.
Shouldn't it indent after "for", "if", etc. unless there is a "then" in the same line?
Thank you for this nice mode.
Manuel
The text was updated successfully, but these errors were encountered:
To set expectations, you should know I'm not actively developing anything
for the module anymore. I'd be great if you could add it! If you look at
lines 243-249, you'll see how I indent after a function declaration arrow
(->). You'd want to do something similar.
Also, for anyone reading this, CodeMirror itself has options to convert tabs
to spaces, called indentWithTabs (http://codemirror.net/manual.html). That
should be used with the CoffeeScript module as well.
Hi Jeff,
it seems that your mode doesn't always indent as I would expect.
Shouldn't it indent after "for", "if", etc. unless there is a "then" in the same line?
Thank you for this nice mode.
Manuel
The text was updated successfully, but these errors were encountered: