summaryrefslogtreecommitdiffstats
path: root/.clang-format
AgeCommit message (Collapse)AuthorFilesLines
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2021-05-08Put events in a namespace and simplify their namesDavid Robillard1-0/+1
2021-01-02Format all code with clang-formatDavid Robillard1-115/+12
2020-11-29Put everything in a namespaceDavid Robillard1-1/+1
2020-11-27Fix unused parameter warningsDavid Robillard1-2/+1
2020-02-09Format all code with clang-formatDavid Robillard1-0/+127
This configuration tries to get as close to the previous style as possible so the changes aren't too dramatic. It's still far from ideal and the code could use some adaptation, but this makes things much easier to work on.