.clang-format
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Dec 2018 08:55:48 -0800
branchstable
changeset 40814 9b1d5eea07f9
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: add a missing "cd .." to test-rebase-inmemory.t Differential Revision: https://phab.mercurial-scm.org/D5367

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