.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 18 Jul 2022 17:00:59 -0400
changeset 49394 5cf73de964e1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
setup: stop shadowing the builtin `dir` symbol I hit this when debugging what's available on the compiler.

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