view .clang-format @ 44991:65d19d9c8e76

absorb: make it clear what happens when no input Differential Revision: https://phab.mercurial-scm.org/D8643
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sat, 20 Jun 2020 11:51:34 +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