.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 20 Aug 2023 01:20:59 -0400
changeset 50861 07c6a085fad7
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
heads: migrate `opts` to native kwargs

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