view .clang-format @ 43050:a614f26d4897

transaction: re-wrap line to avoid a black bug Differential Revision: https://phab.mercurial-scm.org/D6970
author Augie Fackler <augie@google.com>
date Sat, 05 Oct 2019 09:57:00 -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