coffutt / atom-jsdoc

JSDoc hot key for atom editor.
MIT License
26 stars 12 forks source link

Needs to be a space after asterisk on newline #6

Closed aendra-rininsland closed 9 years ago

aendra-rininsland commented 10 years ago

I might just be doing something wrong, but my doc-comments are looking like this:

/**
*
*
*/

Instead of:

/**
 *
 *
 */

...Which is kinda annoying. Might do a PR.

coffutt commented 10 years ago

@aendrew Sorry for the delayed response, I'll try to get to this soon.