view .clang-format @ 40641:85b14f0dc334

doctest: add a `issnapshot` method to _testrevlog We'll need it soon.
author Boris Feld <boris.feld@octobus.net>
date Tue, 13 Nov 2018 15:06:29 +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