view .clang-format @ 44944:617cd3b1e9cd

tests: make it clear what happen when no response entered Differential Revision: https://phab.mercurial-scm.org/D8620
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Mon, 08 Jun 2020 11:43:07 +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