.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 18 Apr 2018 15:05:12 +0200
branchstable
changeset 37794 04d648b53e3e
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
notify: access the initial revision on an unfiltered repository (issue5821) This should avoid crash when the first revision pushed end up being hidden.

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