.clang-format
author Augie Fackler <raf@durin42.com>
Tue, 05 Nov 2019 12:10:38 -0500
branchstable
changeset 43420 93aeebc90ff9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset ca3dca416f8d

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