view .clang-format @ 49432:b4535c88a05b

phase-shelve: also capture the state of shelve prior to unshelve
author Jason R. Coombs <jaraco@jaraco.com>
date Wed, 17 Aug 2022 12:03:55 -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