.clang-format
author Kyle Lippincott <spectral@google.com>
Fri, 16 Apr 2021 15:31:05 -0700
changeset 47023 a2bf93ab3014
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
profiling: add --no-profile to disable profiling enabled via config Differential Revision: https://phab.mercurial-scm.org/D10469

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