Updated clang-format to version 15
This commit is contained in:
4
Makefile
4
Makefile
@@ -114,11 +114,11 @@ init_compile_commands: debug
|
||||
|
||||
.PHONY: clang-format
|
||||
clang-format:
|
||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.4
|
||||
|
||||
.PHONY: format
|
||||
format:
|
||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.4
|
||||
|
||||
.PHONY: debug_tidy
|
||||
tidy: debug_tidy
|
||||
|
||||
Reference in New Issue
Block a user