.clang-format
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 01 Aug 2018 12:24:52 -0700
branchstable
changeset 38779 824636b08400
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
packaging: always execute builddeb from source root Without this, dockerdeb and the make targets that invoke it may fail depending on the pwd at the time of invocation.

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