.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 18 Jan 2022 13:22:55 -0800
changeset 48757 af9f2c64302e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
merge: fix documented order of `labels` argument Differential Revision: https://phab.mercurial-scm.org/D12150

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