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:
7
Makefile
7
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user