.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Tue, 04 Dec 2018 00:19:33 -0500
changeset 40808 c460b1643eb0
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
tests: stabilize test-blackbox.t on Windows I didn't look into why the error is more detailed, but that seems like it's a good thing (other than for recording tests).

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