.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 22 Sep 2024 17:11:10 -0400
changeset 51878 6a0afc73472e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
cbor: drop a duplicate dictionary initialization entry Flagged by PyCharm.

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