7 Commits (9c8194402b7180f64d1deb8a43f75d66db2f2e2c)

Author SHA1 Message Date
Adriaan de Groot 5523bffbf2 REUSE: administrative and repo-meta files
- Mostly CC0 because they're not interesting
  - formatting, git, travis, transifex
- Some BSD-2-Clause because of habit
  - CMake and shell-script-like files
4 years ago
Adriaan de Groot 45aac7db66 CI: update clang-format
In clang-format 10, SpaceInEmptyBlock is introduced, and defaults to
true .. which is different from the earlier formatting versions did.
For now, refuse clang-format 10, and search specifically also for
clang-format-9.0.1 because that's what I have on my laptop.

At some point, switch in the config option and then require
clang-format 10 or later (because earlier versions refuse to
run with an unknown config option)
4 years ago
Adriaan de Groot 839e496fcb CI: when I said 'left' I meant 'dont' 5 years ago
Adriaan de Groot a2ab91474f CI: massage the .clang-format file, it's just ASCII 5 years ago
Adriaan de Groot 2556ba9d55 CI: set style for macro continuations 5 years ago
Adriaan de Groot e2aa4e59e2 CI: massage the coding style a little 5 years ago
Adriaan de Groot 0a1b27fcfa CI: add clang-format as a tool
- update the style guide to require braces around blocks
 - add a clang-format file that is pretty close to the
   astyle configuration
5 years ago