Commit ec092d26 authored by vipwzw's avatar vipwzw

del clang fmt

parent 3b2d7f22
...@@ -94,7 +94,7 @@ fmt: fmt_proto fmt_shell ## go fmt ...@@ -94,7 +94,7 @@ fmt: fmt_proto fmt_shell ## go fmt
.PHONY: fmt_proto fmt_shell .PHONY: fmt_proto fmt_shell
fmt_proto: ## go fmt protobuf file fmt_proto: ## go fmt protobuf file
@find . -name '*.proto' -not -path "./vendor/*" | xargs clang-format -i #@find . -name '*.proto' -not -path "./vendor/*" | xargs clang-format -i
fmt_shell: ## check shell file fmt_shell: ## check shell file
@find . -name '*.sh' -not -path "./vendor/*" | xargs shfmt -w -s -i 4 -ci -bn @find . -name '*.sh' -not -path "./vendor/*" | xargs shfmt -w -s -i 4 -ci -bn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment