.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 23 Apr 2018 23:24:53 -0400
branchstable
changeset 37812 91b717e2cafa
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: drop a useless glob in test-infinite-bundlestore.t With the previous breakage tamed, the lack of test output difference was causing the test runner to report "no result code from test" because of this glob.

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