.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 18 Apr 2018 15:04:12 +0200
branchstable
changeset 37793 a07fab68621f
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
notify: use changelog API to iterate over revision number (issue5821) This will avoid iterating over filtered revision.

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