summaryrefslogtreecommitdiff
path: root/.clang-format
AgeCommit message (Collapse)Author
2020-03-14Meta: Update .clang-format to not indent nested namespacesAndreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh.