.clang-format
author Augie Fackler <raf@durin42.com>
Fri, 02 Nov 2018 14:18:29 -0400
branchstable
changeset 40459 5eaa5eb0db4e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
Added signature for changeset a91a2837150b

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