aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
AgeCommit message (Collapse)Author
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
Enforces a rule that we have followed for years now. Yes, the diff is quite big but we get it over with once and we prevent having to nit-pick future PRs.
2020-10-20clang-format: use TypenameMacrosAlbert Safin
This commit removes line breaks and extra empty lines introduced in commit fff3f79da9a87a1f790c6328f6615422f2b69b47.
2020-02-19clang-format: bring back ForeachMacros (#3948)xzfc
* clang-format: bring back ForeachMacros ForeachMacros was disabled in 4211274fcd028a8e33a084e5695290ae0e9f3020 due to the breakage of include/queue.h. The currently used version, clang-format-6.0 doesn't break it. * Add curly braces Co-authored-by: Orestis Floros <orestisflo@gmail.com>
2016-11-08switch to clang-format-3.8 (#2547)Michael Stapelberg
https://llvm.org/bugs/show_bug.cgi?id=30353 was filed for the unintended line break between in e.g. “TAILQ_ENTRY(foo)\nbar;”. Until that’s fixed or a workaround is known, we’ll live with line breaks. To make it a bit easier for readers to see what’s going on, I added extra line breaks around each such struct member/variable definition, so that they at least visually are a single unit. fixes #2174
2014-06-19clang-format: don’t define ForeachMacrosMichael Stapelberg
Otherwise clang-formatting **/*.h breaks include/queue.h
2014-06-15add .clang-format, to be used with clang-format-3.5Michael Stapelberg