Whether multiple declarations sit on separate lines or share a line.
.a { color: red } .b { color: red; margin: 0; }
.a { color: red; }