[#164] Makefile: Add clang-format support

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2024-11-15 18:15:52 +03:00
parent 124397578d
commit f3392c390a
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD

View file

@ -66,6 +66,8 @@ cover:
format:
@echo "⇒ Processing gofmt check"
@gofmt -s -w ./
@echo "⇒ Processing clang-format"
@clang-format -i **/*.js
# Run linters
lint: