view .clang-format @ 40721:0adc2c0a0792

perf: run 'setup' function during stub run The benchmarked function might need the content of the setup to be run in order to function properly.
author Boris Feld <boris.feld@octobus.net>
date Thu, 22 Nov 2018 23:48:44 +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