.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 14 Oct 2024 12:12:34 -0400
changeset 52015 f9f41b3dcb64
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ci: only use the macOS runner if manually invoked Right now, we only have a single machine with a single runner, so don't create a bottleneck by default.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2