.clang-format
author Augie Fackler <raf@durin42.com>
Tue, 21 Jan 2020 13:16:29 -0500
branchstable
changeset 44130 266c42c60183
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.3rc0 for changeset 84a0102c05c7

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