view .clang-format @ 42539:5c64d0b4c037

shelve: removed redundant merge detection method Differential Revision: https://phab.mercurial-scm.org/D6547
author Taapas Agrawal <taapas2897@gmail.com>
date Thu, 20 Jun 2019 00:59:16 +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