view .clang-format @ 43476:949b4d545c90

color: suppress pytype warning on a windows-only module Differential Revision: https://phab.mercurial-scm.org/D7274
author Augie Fackler <augie@google.com>
date Wed, 06 Nov 2019 14:48:22 -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