view .clang-format @ 49942:32155ea1e930 stable

tests: fix a typo in test-demandimport.t I guess we figured out why it wasn't lazy.
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 10 Jan 2023 17:35:53 +0400
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