view .clang-format @ 40784:a0f2641ddd61

perf: add a --rev attribute to perfindex This allow for benchmarking the time necessary to look for other version than the tip.
author Boris Feld <boris.feld@octobus.net>
date Sat, 01 Dec 2018 15:57:27 +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