.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 18 May 2019 19:38:47 -0400
changeset 42336 fa4b13e81f60
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
commands: drop support for legacy ^cmd registration (API)

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