diff options
| author | Nikolai Prokoschenko <nikolai@prokoschenko.de> | 2023-02-19 02:00:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-18 17:00:08 -0800 |
| commit | 972b9906bf6d23f5a8e92129a4572a906bdfe45e (patch) | |
| tree | 05b5fa2bb5b6e89e3664b86ddf9fd00386c398e5 /CHANGELOG.md | |
| parent | 4f2e4cd925d479904ab18c73613893ebac1b58b9 (diff) | |
Add formatter for Caddyfile (#154)
Add formatter for Caddyfile (#136)
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6692d8d..00ab534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,9 +42,13 @@ The format is based on [Keep a Changelog]. * [gofumpt](https://pkg.go.dev/mvdan.cc/gofumpt) and [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) for [Go](https://golang.google.cn/) ([#147]). +* [`caddy fmt`](https://caddyserver.com/docs/command-line#caddy-fmt) + for [Caddyfile](https://caddyserver.com/docs/caddyfile), used by + [Caddy 2](https://caddyserver.com/) ([#136]) [#131]: https://github.com/radian-software/apheleia/issues/131 [#134]: https://github.com/radian-software/apheleia/issues/134 +[#136]: https://github.com/radian-software/apheleia/issues/136 [#137]: https://github.com/radian-software/apheleia/pull/137 [#138]: https://github.com/radian-software/apheleia/pull/138 [#143]: https://github.com/radian-software/apheleia/pull/143 |
