.clang-format
author Augie Fackler <augie@google.com>
Mon, 14 Oct 2019 12:55:40 -0400
changeset 43225 8343070ed758
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
black: also ignore grey.py Differential Revision: https://phab.mercurial-scm.org/D7090

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