.clang-format
author Jason R. Coombs <jaraco@jaraco.com>
Tue, 02 Aug 2022 10:29:05 -0400
changeset 49428 cc7eb0b558c0
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phase-shelve: expand the tests to capture use-cases supported

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2