Files
ladybird/Userland/Shell
AnotherTest fec8d7d699 Shell: Corrently indent offset newlines when formatting
Previously, formatting the following would incorrectly skip the indents:
```
{
    foo

    bar
}
```
to create:
```
{

foo

bar
}
```
2021-03-07 10:58:42 +01:00
..
2021-01-12 12:04:07 +01:00
2021-02-23 20:56:54 +01:00
2021-02-23 20:56:54 +01:00