.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Mon, 17 Sep 2018 16:52:34 +0800
changeset 39721 1b5880352314
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
bundle2: graduate bundle2.stream option from experimental to server section Differential Revision: https://phab.mercurial-scm.org/D4679

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