Review #753 » 0001-Add-make-lint-calling-clang-format-on-all-source-cod.patch
.clang-format | ||
---|---|---|
BreakStringLiterals: false
|
||
SortIncludes: false
|
||
ContinuationIndentWidth: 8
|
||
ColumnLimit: 80
|
Makefile.am | ||
---|---|---|
scripts/bip-release \
|
||
scripts/bipgenconfig \
|
||
systemd
|
||
lint:
|
||
find src/ tests/ -name *.c -o -name *.h -print0 | xargs -0 clang-format -i
|