Emily Marigold Klassen
Emily Marigold Klassen
Yup, still active. @hughsk ? This also fixes #9.
That's intended. I can add an option for it, or depend on https://atom.io/packages/multirow-tabs to provide the option (multirow-tabs didn't exist when I first added this part of the style)
Well, basically, what i'm saying is, i'll remove the default multirow behaviour, and then, because I prefer the multirow behaviour, i'll install multirow-tabs in my editors. dat's all.
This is out of scope for this package, it's more of something that could be done standalone or in https://atom.io/packages/multi-wrap-guide. If something like that is implemented, I would be happy...
Actually, this is built in to atom, with language scoped configs: http://blog.atom.io/2014/10/31/language-scoped-config.html Also, if you didn't notice in the readme, this package integrates with multi-wrap-guide, to cycle between wrapping to...
pr welcome. i'm not really adding features to this anymore, just maintenence
PR welcome. I'm not really adding features to this, since i'm not using it.
The alternative (and I do this, even though I'm only targetting coffee1), is to surround the function with parens: ``` setInterval (-> console.log new Date() ), 1000 ```