view .clang-format @ 43064:929678eb4cbd

black: add a pyproject.toml that contains our black settings Differential Revision: https://phab.mercurial-scm.org/D6993
author Augie Fackler <augie@google.com>
date Sun, 06 Oct 2019 09:35:14 -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