.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 20 Aug 2023 01:08:58 -0400
changeset 50856 7d54b877782e
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
config: 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