.clang-format
author Anton Shestakov <av6@dwimlabs.net>
Wed, 22 Aug 2018 08:20:51 +0800
changeset 39377 b4e7e1f09c09
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
zsh_completion: complete merge tools for -t/--tool Differential Revision: https://phab.mercurial-scm.org/D4362

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