view .clang-format @ 45547:522ec3dc44b9

hg-core: add a `CatRev` operation Differential Revision: https://phab.mercurial-scm.org/D9051
author Antoine Cezar <antoine.cezar@octobus.net>
date Fri, 11 Sep 2020 17:32:53 +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