view .clang-format @ 40557:355ae096faef

perf: add `storage` as possible source for perfrevlogwrite This source will use the stored delta.
author Boris Feld <boris.feld@octobus.net>
date Mon, 05 Nov 2018 15:24:09 +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