1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-07 17:47:14 +00:00

Auto-format protobuf files

This patch runs clang-format on the protobuf files, and also adds a
Makefile target for auto-formatting code (Go and protobuf) for
convenience.
This commit is contained in:
Alberto Bertogli
2023-10-03 23:29:21 +01:00
parent d57037273c
commit 8ded1f6f5e
5 changed files with 20 additions and 10 deletions

View File

@@ -55,6 +55,11 @@ install-config-skeleton:
chown -v mail:mail /var/lib/chasquid ; \
fi
fmt:
go vet ./...
gofmt -s -w .
clang-format -i $(shell find . -iname '*.proto')
.PHONY: chasquid test \
chasquid-util smtp-check mda-lmtp dovecot-auth-cli
chasquid-util smtp-check mda-lmtp dovecot-auth-cli \
fmt