标签: visual-studio-code jsdoc tslint auto-indent
当我在VS Code中自动缩进代码时,多行注释会缩进,并且星号未垂直对齐。我希望他们保持一致,以便我能够遵守jsdoc-format。
jsdoc-format
如何强制其使星号垂直对齐?
这是一个例子:
/** * How VSCode indents it */ /** * How I want it */