mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-28 17:52:29 -04:00
f192ae5ea5
This fixes indentation for blocks starting with
a brace as:
```Caddyfile
{
...
}
```
Fixes #3144
Signed-off-by: Vaibhav <vrongmeal@gmail.com>