格式化时如何避免declare和class之间的默认换行符?

时间:2017-02-27 10:41:12

标签: typescript intellij-idea tslint

我正在使用palantir / tslint进行TypeScript linting,并获得了一个tslint.json配置文件,该文件正在我的IntelliJ IDE中用于代码格式化。每当我格式化(ctrl + alt + L)TypeScript代码时,它都会在declareclass(或let)之间引入换行符。

我想知道如何覆盖默认换行符?

格式化后:

enter image description here

0 个答案:

没有答案