Open
Description
f325e68 introduced clang-format to the project, but instead of using one of the built-in styles, I rolled my own.
The goal of a format ruleset should be:
- consistency
- readability
- diff friendliness
- similarity to other languages (polyglot friendliness)
I hope what I created achieves that and if not, then feedback is welcome.