From 1b839423face98b5253d74ffe7257871196ed6fe Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Jun 2021 08:20:23 -0300 Subject: Remove assert-clang-format.sh The default formatter uses spaces over tabs, and I can't get it to override that. The --style='{UseTab: Always}' should have done it, but it didn't work. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4034ae..6abcc41 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,6 @@ check: all dev-check: check fallible-tests valgrind `fallible-check --valgrind-flags` ./run-tests fallible-check ./fallible-tests - sh aux/assert-clang-format.sh sh aux/assert-shellcheck.sh sh aux/workflow/assert-todos.sh sh aux/workflow/assert-changelog.sh $(NAME) -- cgit v1.2.3