.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 12 Nov 2020 10:41:03 -0800
changeset 46120 c000eff2c635
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
errors: raise InputError on recursive template definition Differential Revision: https://phab.mercurial-scm.org/D9602

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