.clang-format
author Kyle Lippincott <spectral@google.com>
Tue, 05 Apr 2022 11:09:57 -0700
changeset 49033 9a5d09d7f108
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
crecord: add test demonstrating issue when reverting noeol->eol change Differential Revision: https://phab.mercurial-scm.org/D12440

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