.clang-format
author Augie Fackler <augie@google.com>
Wed, 06 Nov 2019 14:48:22 -0500
changeset 43476 949b4d545c90
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
color: suppress pytype warning on a windows-only module Differential Revision: https://phab.mercurial-scm.org/D7274

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2