.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 11 Jul 2018 10:46:15 +0200
changeset 38693 9b6a708f2263
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: document the perfmanifest command

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