【发布时间】:2016-10-16 00:48:20
【问题描述】:
我想在 WebStorm 中设置下面的单行格式 CSS 代码样式。 (不是在左大括号之后和右大括号之前包含的空格。)
h1 {width:50px;height:50px;}
但Webstrom设置菜单中不存在(WebStorm - Setting - Code Style - CSS )
并显示以下样式。
h1 { width:50px; height:50px; }
我该如何解决这个问题?
【问题讨论】:
我想在 WebStorm 中设置下面的单行格式 CSS 代码样式。 (不是在左大括号之后和右大括号之前包含的空格。)
h1 {width:50px;height:50px;}
但Webstrom设置菜单中不存在(WebStorm - Setting - Code Style - CSS )
并显示以下样式。
h1 { width:50px; height:50px; }
我该如何解决这个问题?
【问题讨论】: