view .clang-format @ 47306:aa07bcc4f505

test: remove some unnecessary dependency on repo format Differential Revision: https://phab.mercurial-scm.org/D10757
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Tue, 18 May 2021 23:36:21 -0400
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