view .clang-format @ 44945:7a0a1be721a3

phabricator: make it clear what happen when no response Differential Revision: https://phab.mercurial-scm.org/D8621
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Tue, 09 Jun 2020 22:02: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