view .clang-format @ 49456:24ffd13893cc

phase-shelve: read patch details from a (possibly internal) node in the repo
author Jason R. Coombs <jaraco@jaraco.com>
date Thu, 28 Jul 2022 12:53:11 -0400
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