RubyMine css formatting - space after colon
Is it possible to configure RubyMine's CSS formatting to include a space after colons in property-values, like this:
p {
font-size: 14px;
}
The default seems to be to omit the space. It's a small issue, but without it I find long lists of CSS properties difficult to parse.
Thanks,
Niall
请先登录再写评论。