.clang-format
author Boris Feld <boris.feld@octobus.net>
Sat, 23 Jun 2018 14:30:31 +0200
changeset 38564 64f15e22f4f8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
template: directly instantiate diff options for diffstat

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