.clang-format
author Taapas Agrawal <taapas2897@gmail.com>
Thu, 11 Oct 2018 03:38:23 +0530
changeset 40147 58ebf5083843
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
push: add "remote" to 'repository changed while pushing' messages (issue5971) Differential Revision: https://phab.mercurial-scm.org/D4933

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