.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 06 Oct 2020 20:45:52 -0700
changeset 45679 65e2b64670b5
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
errors: name arguments to AmbiguousCommand constructor Differential Revision: https://phab.mercurial-scm.org/D9165

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