view .clang-format @ 38258:ae6e02fcee24

perftemplating: allow to specify the template to test This is useful to test the evolution of rendering time for a given template.
author Boris Feld <boris.feld@octobus.net>
date Thu, 31 May 2018 19:34:08 +0200
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