view .clang-format @ 38955:49b51f41fb46

resolve: organize 'if confirm' conditionals Differential Revision: https://phab.mercurial-scm.org/D4123
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 06 Aug 2018 10:03:57 +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