Commit Graph
3 Commits
Author SHA1 Message Date
baldurk 92cb968738 Tweak clang-format comment reflow weight
* A weight of 300 seems to cause weird problems like it allowing comments to
  stretch beyond the column limit even if they're the only thing on a line in a
  block. A value of 200 avoids this without reformatting any other code (phew!)
2023-10-25 17:56:38 +01:00
baldurk 4d94209ec1 Change fixed clang-format version to 15
* We commit statically linked x64 binaries for clang-format-15 for windows and
  linux to make the transition easier for anyone running a linux distro that
  doesn't yet support llvm 15, or in future for distros that drop support for
  it.
2023-09-05 11:02:08 +01:00
baldurk f8a6f59ac8 Add .clang-format, but don't convert any files yet 2016-05-22 19:41:51 +02:00