.clang-format
author Augie Fackler <raf@durin42.com>
Tue, 04 Dec 2018 17:04:17 -0500
branchstable
changeset 40462 ee948f23bf2e
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
Added tag 4.8.1 for changeset 1c8c54cf9725

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