mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-25 22:13:13 +00:00
Previously, formatting the following would incorrectly skip the indents:
```
{
foo
bar
}
```
to create:
```
{
foo
bar
}
```
Previously, formatting the following would incorrectly skip the indents:
```
{
foo
bar
}
```
to create:
```
{
foo
bar
}
```