view .clang-format @ 51737:48eb51494a7a

rustfmt: update expected Rust edition In this case it doesn't change anything, but we've been using 2021 for a while now.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 29 Jul 2024 10:07:53 +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