view .clang-format @ 47764:6b9ad3a0c348 stable

upgrade: byteify an i18n message Differential Revision: https://phab.mercurial-scm.org/D11207
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 21 Jul 2021 15:50:17 -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