.clang-format
author Boris Feld <boris.feld@octobus.net>
Wed, 03 Oct 2018 11:04:57 +0200
changeset 40551 4dd7edeb3da9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
perf: offer full details in perfrevlogwrite This will be useful for people who want to study the timing pattern more closely.

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