From fd5a3b4cbed3be8cfafa047931600ef9ef242e6f Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 17 Nov 2023 18:26:30 +0100 Subject: [PATCH] Added par to formatter --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 09adfd9..6c44940 100644 --- a/makefile +++ b/makefile @@ -57,7 +57,7 @@ tags: .PHONY: format format: - VERSION_CONTROL=none indent -kr -ci2 -cli2 -i2 -l80 -nut -brf src/*.c $(IDIR)/*.h + VERSION_CONTROL=none indent -kr -ci2 -cli2 -i2 -l80 -nut -brf -par src/*.c $(IDIR)/*.h .PHONY: lint lint: -- 2.30.2