Project

General

Profile

Review #753 » 0001-Add-make-lint-calling-clang-format-on-all-source-cod.patch

Loïc Gomez, 2022-01-12 20:51

View differences:

.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
    (1-1/1)