WebStorm-重新格式化文件与内联装饰器

时间:2019-07-08 08:56:42

标签: angular typescript webstorm tslint reformat

我设置了规则preferred-inline-decorator。我想在同一行上实现装饰器和函数名称

@HostListener('document:keydown.escape', ['$event']) public closeDetail(): void {
使用WebStorm的

重新格式化文件( Ctrl + Shift + Alt + L )。但将其重新格式化为

@HostListener('document:keydown.escape', ['$event'])
public closeDetail(): void {

我试图更改“编辑器代码样式”中的Typescript属性,但对我来说没有任何用处。我的设置:

enter image description here enter image description here

0 个答案:

没有答案