view .clang-format @ 39287:6b81d2ff118f

cmdutil: fix typo in revert() Differential Revision: https://phab.mercurial-scm.org/D4381
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 27 Aug 2018 04:31:09 +0530
parents d0a3fa849cb8
children
line wrap: on
line source

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