Which configuration settings are required to get this output:
.namespace {
.title {}
.item {}
}
I found a configuration for the empty line between the blocks, but nothing about preventing the last empty line in a nested block.
.namespace {
.title {}
--- rule-nested-empty-line-before ---
.item {}
--- But this empty line should throw a warning ---
}