view .clang-format @ 42460:e4c85e23c9ff

perf: fix perfrevlogwrite --count documentation The help text was copy pasted from the previous option.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 12 Jun 2019 16:56:41 +0100
parents d0a3fa849cb8
children
line wrap: on
line source

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