标签: css webstorm emmet
我想在WebStorm中设置下面的单行格式CSS代码样式。 (不是在开口支撑之后和闭合支撑之前包括的空间。)
h1 {width:50px;height:50px;}
但它在Webstrom设置菜单中不存在(WebStorm - 设置 - 代码样式 - CSS)
并显示以下风格。
h1 { width:50px; height:50px; }
我该如何解决这个问题?
答案 0 :(得分:0)
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206896949-How-to-Setting-CSS-Code-styles-in-WebStorm-?flash_digest=5d1923a3cd715f7ff5207f351c9dcf6e708fa70f
这是JetBrains论坛的答案。
没有这样的选择,请投票 https://youtrack.jetbrains.com/issue/WEB-236