.clang-format
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 18 Mar 2018 15:32:49 -0400
changeset 36990 b6a4881cec19
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test-lfs: glob over some output changes These changes started with 2090044a288d. They aren't important to LFS testing.

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