I like my CSS code each class / id in one single line, I hate how Espresso automatically adds 2 new lines after each curly bracket { I open while writing CSS. IS it possible to turn this off?
.class {
I'd rather have this on a single line
}
|
I like my CSS code each class / id in one single line, I hate how Espresso automatically adds 2 new lines after each curly bracket { I open while writing CSS. IS it possible to turn this off?
| |||
|
feedback
|
|
to
Copying the sugar to Application Support would require a few additional steps, see wiki.macrabbit.com/index/Override_default_sugars | |||
|
feedback
|
.class { }, so the contents are on the same line, as e.g..class { font-size: 15px; }? (ignoring the automatic comment line break) – Daniel Beck Jan 23 at 11:41