summaryrefslogtreecommitdiff
path: root/.clang-format
AgeCommit message (Collapse)Author
2023-07-20Updated to use clang-format-14 (#297)Nicholas Estelami
2021-03-20Add a clang-format config and reformat all source files (#63)Léo Lam
* build: Add genbuildinfo as a dependency for ZAPD object files * Add a clang-format config and reformat all source files The existing code style is mostly preserved; this just makes formatting more consistent and prevents lines from getting too long. * Fix missing includes