在WebStorm中,在Ctrl-Alt-L(重新格式化)之后if语句变为单行

时间:2016-10-26 13:21:04

标签: webstorm jetbrains-ide

我喜欢我的if语句:

if (true)
   console.log(1);

但在 Ctrl + Alt + L (重新格式化)WebStorm会将其更改为一行:

if (true) console.log(1);

有关如何禁用TypeScript文件的任何想法吗?

1 个答案:

答案 0 :(得分:0)

找到它:enter image description here

你需要保持换行符......