.clang-format
author Jason R. Coombs <jaraco@jaraco.com>
Wed, 24 Aug 2022 15:15:04 -0400
changeset 49455 744b341782f4
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
shelve: remove strip and rely on prior state (issue6735)

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