.clang-format
author Augie Fackler <raf@durin42.com>
Fri, 01 Feb 2019 13:44:09 -0500
branchstable
changeset 41460 8b2892d5a9f2
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset 83377b4b4ae0

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