view .clang-format @ 42384:f5f0a9490c05

perf: add a new `perfmergecopies` command This command benchmark calls to `mercurial.copies.mergecopies`
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 23 May 2019 14:48:02 +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