.clang-format
author Augie Fackler <raf@durin42.com>
Fri, 18 Jan 2019 13:32:02 -0500
branchstable
changeset 41292 74525c3e9476
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset 593718ff5844

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