.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 25 Feb 2019 21:10:16 -0500
changeset 41814 e0a3ee3fdb33
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
tests: add more wildcards to test-extdiff.t This test has been flakey recently on Windows, but it appears to be the same scenario as 88d4477ac4f6.

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