.clang-format
author Jason R. Coombs <jaraco@jaraco.com>
Wed, 17 Aug 2022 10:17:15 -0400
changeset 49478 34dddc5d2e2f
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
shelve: in test for trailing whitespace, strip commit (issue6735)

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