.clang-format
author Augie Fackler <raf@durin42.com>
Wed, 01 May 2019 14:27:17 -0400
branchstable
changeset 42218 27b8a6be7281
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.0 for changeset 07e479ef7c96

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