view .clang-format @ 49478:d8ce883ff1f4

rust-matchers: implement DifferenceMatcher This can be generated by the sparse matcher.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 06 Jul 2022 11:44:20 +0200
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