.clang-format
author Jason R. Coombs <jaraco@jaraco.com>
Wed, 19 Oct 2022 16:14:50 -0400
changeset 49525 f599a946181d
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
shelve: avoid setting overloading tmpwctx

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