.clang-format
author Augie Fackler <raf@durin42.com>
Tue, 05 Nov 2019 12:10:38 -0500
branchstable
changeset 43419 1d4beab7a3d2
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added tag 5.2 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