view .clang-format @ 43237:b21e3a747501

tests: fix formatting test after move of black config Differential Revision: https://phab.mercurial-scm.org/D7102
author Augie Fackler <augie@google.com>
date Tue, 15 Oct 2019 09:48:27 -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