summaryrefslogtreecommitdiffstats
path: root/.clang-format
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
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.