.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 21 Jan 2022 13:48:48 -0800
changeset 48593 47b3fca301f8
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
graft: attempt to make merge labels more helpful Differential Revision: https://phab.mercurial-scm.org/D12025

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