.clang-format
author Jason R. Coombs <jaraco@jaraco.com>
Wed, 02 Nov 2022 09:34:03 -0400
changeset 49588 7236f11db0c3
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
demandimport: ensure lazyloaderex sets loader attributes (issue6725) Adds test capturing missed expectation.

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