view .clang-format @ 42597:51e52a495214

mq: fix for merge detection methods Differential Revision: https://phab.mercurial-scm.org/D6548
author Taapas Agrawal <taapas2897@gmail.com>
date Thu, 20 Jun 2019 01:08:56 +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