Is there a way to allow one liner in scss code style
I want to use one liner in scss, but I couldn't find out if it's possible.
This is a example code style of `scss`.
table.hl {
margin: 2em 0;
td.ln {
text-align: right;
}
}
And I want to write it by one liner if the element have only a content like:
table.hl {
margin: 2em 0;
td.ln { text-align: right; }
}
Is there a way to configure like this?
Please sign in to leave a comment.
Hello,
sorry for the delay. At the moment, there is no option for that, please vote for the corresponding request on our tracker:
https://youtrack.jetbrains.com/issue/WEB-236