.clang-format
author Navaneeth Suresh <navaneeths1998@gmail.com>
Thu, 27 Dec 2018 17:16:40 +0530
changeset 41097 6a63ba61e71f
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
log: fix line wrap on diffstat with -G/--graph (issue5800) Differential Revision: https://phab.mercurial-scm.org/D5485

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