view .clang-format @ 48839:7b068abe4aa2

rust: jettison Python 2 support Differential Revision: https://phab.mercurial-scm.org/D12283
author Augie Fackler <augie@google.com>
date Wed, 02 Mar 2022 10:32:36 -0500
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