.clang-format
author Augie Fackler <raf@durin42.com>
Tue, 20 Apr 2021 11:12:20 -0400
branchstable
changeset 46995 01264552a1dc
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset f67b8946bb1b

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