Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-12 | Add a dire warning about not reformatting the whole codebase yet. | Nick Mathewson | |
2020-02-10 | clang-format: remove StatementMacros usage | Nick Mathewson | |
This change lets us use clang-format-6.0, and is okay since we now require semicolons after HT_PROTOTYPE/GENERATE. | |||
2020-02-06 | Temporary clang-format configuration and script. | Nick Mathewson | |
The format is the same as in my previous efforts here. The script is a little tricky, since it invokes both clang-format and codetool, and it makes sure that files do not have a changed mtime unless there is actually some change in the file. |