Add a space after line comment // Prabin Timsina Created August 13, 2015 17:12 I would like to know how to add a space after line comment in javascript when auto-formatted.expected // acb not expected //acb
Hi there,
https://youtrack.jetbrains.com/issue/IDEA-141701
If you use tslint or eslint can customize the rules
Here I implemented the tslint rule
https://github.com/yanxiaojun617/ionic2_tabs/tree/master/custom-tslint-rules
https://www.jianshu.com/p/00d053238314