view .clang-format @ 49000:0aae0e2e90fc

revlogutils: unconditionally pass version to random seed Differential Revision: https://phab.mercurial-scm.org/D12312
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 01 Mar 2022 20:37:09 -0800
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