view .clang-format @ 40699:94d76ddac40a

perf: update function name to match `perfbranchmapload` command Having function with the same name as the command is simpler.
author Boris Feld <boris.feld@octobus.net>
date Fri, 23 Nov 2018 01:20:18 +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