view .clang-format @ 48863:dc342071297f stable

amend: add test showing poor behavior when copies are involved Differential Revision: https://phab.mercurial-scm.org/D12624
author Kyle Lippincott <spectral@google.com>
date Wed, 11 May 2022 17:56:10 -0700
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