Improved (for me) formatting on Mac
Don't yet know whether this will work on Linux.
This commit is contained in:
parent
27fd678888
commit
9bfc9074b0
9 changed files with 368 additions and 319 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ TESTS := $(shell find unit-tests -name *.sh)
|
|||
INC_DIRS := $(shell find $(SRC_DIRS) -type d)
|
||||
INC_FLAGS := $(addprefix -I,$(INC_DIRS))
|
||||
|
||||
INDENT_FLAGS := -nbad -bap -nbc -br -brf -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 \
|
||||
INDENT_FLAGS := -nbad -bap -nbc -br -brf -brs -c33 -cd33 -ncdb -ce -ci4 -cli4 \
|
||||
-d0 -di1 -nfc1 -i4 -ip0 -l75 -lp -npcs \
|
||||
-npsl -nsc -nsob -nss -nut -prs -l79 -ts2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue