Added AlignAfterOpenBracket: AlwaysBreak and BinPackArguments: true to clang-format. Updated test/bacnet c/h files with updated format.
This commit is contained in:
@@ -322,7 +322,7 @@ pretty-ports:
|
||||
|
||||
.PHONY: pretty-test
|
||||
pretty-test:
|
||||
find ./test/bacnet -maxdepth 2 -type f -iname *.h -o -iname *.c -exec \
|
||||
find ./test/bacnet -type f -iname *.h -o -iname *.c -exec \
|
||||
clang-format -i -style=file -fallback-style=none {} \;
|
||||
|
||||
CLANG_TIDY_OPTIONS = -fix-errors -checks="readability-braces-around-statements"
|
||||
|
||||
Reference in New Issue
Block a user