mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
dee4ba5979
* test/indent/css-mode.css (.x2): Test alignement inside braces. * test/indent/prolog.prolog: Test alignment of ->; with operator at bol.
14 lines
58 B
CSS
14 lines
58 B
CSS
.xxx
|
|
{
|
|
}
|
|
|
|
.x2
|
|
{
|
|
foo: bar;
|
|
bar: baz;
|
|
}
|
|
|
|
div.x3
|
|
{
|
|
}
|