Closed hansemannn closed 7 years ago
You can change generation template on package settings already. 😄
Check this out previous releases note: https://github.com/yomybaby/atom-titanium/releases/tag/v0.11.2
Sweet! What prevents you from making it default then? :)
There is two changes in your suggestion
I know the best is :
// _ is cursor position
function doStuff(e) {
_
}
But I couldn't found a best way to add indent correctly(2 space or 4 space or tab) and to move cursor.
Hey @yomybaby,
would be nice to generate new TSS styles with a space (new line) between the brackets: Before:
After:
It's a really really minor change, so maybe you can check it in between other stuff you work on. Thanks man!
EDIT: Same for controller methods:
Before:
After: