aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
AgeCommit message (Collapse)Author
2024-01-16Update .clang-format to require braces after control statementsm-holger
2023-06-17Bump minimum clang-format version to 16Jay Berkenbilt
Also enforce in format-code.
2023-05-21Switch line length from 80 to 100 columnsJay Berkenbilt
2022-04-30Formatting: remove space in range-style for loopsJay Berkenbilt
Change .clang-format and commit automated changes from a fresh run of format-code
2022-04-23Remove AttributeMacros from .clang-formatJay Berkenbilt
I was using AttributeMacros incorrectly, and a recent update to clang-format broke the formatting.
2022-04-04Add .clang-format and .dir-locals.el files to set coding styleJay Berkenbilt
Configure emacs and clang-format 15 to the coding style I am choosing for qpdf.