mirror of
https://github.com/caddyserver/caddy.git
synced 2025-11-01 02:57:18 -04:00
This fixes indentation for blocks starting with
a brace as:
```Caddyfile
{
...
}
```
Fixes #3144
Signed-off-by: Vaibhav <vrongmeal@gmail.com>