.clang-format
author Augie Fackler <raf@durin42.com>
Wed, 21 Apr 2021 10:49:28 -0400
branchstable
changeset 47002 8fc2c867af54
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.8rc1 for changeset 8d2b62d716b0

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