.clang-format
author Jason R. Coombs <jaraco@jaraco.com>
Mon, 08 Aug 2022 13:40:08 -0400
changeset 49425 35c9f0bc2648
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phase-shelve: Extract function for _optimized_match for re-use

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