.clang-format
author Augie Fackler <augie@google.com>
Thu, 14 Nov 2019 15:49:01 -0500
changeset 43705 1ea33dff7841
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
extensions: hide two confusing import statements from pytype Differential Revision: https://phab.mercurial-scm.org/D7408

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