view .clang-format @ 44615:78a8f65eacc8

run-tests: add --chg-debug flag to show chg debug output This has helped me a lot in debugging chg failures in tests.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 25 Mar 2020 13:20:08 +0530
parents d0a3fa849cb8
children
line wrap: on
line source

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