blob: 3f74a2aed62cb69da051383eb30c573454762ca5 (
plain)
1
2
3
4
5
6
7
8
|
.PHONY: FORCE
FMT += $(shell git ls-files '*.c' '*.cpp' '*.h' '*.hpp')
format: FORCE
# clang-tidy -p build/compile_commands.json --fix-errors $(FMT)
# TODO: re-enable linter after 2024-11-10
|