.clang-format
author Jason R. Coombs <jaraco@jaraco.com>
Wed, 10 Aug 2022 14:16:55 -0400
changeset 49429 fa00c407d61c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phase-shelve: Extract function for _target_phase

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