From: Lukas Krickl Date: Fri, 17 Nov 2023 17:26:30 +0000 (+0100) Subject: Added par to formatter X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=fd5a3b4cbed3be8cfafa047931600ef9ef242e6f;p=ulas%2F.git Added par to formatter --- 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: