view .clang-format @ 50298:dd12fc49f9e6 stable

rust: remove out-of-date comment We've migrated to a newer version of Rust, so it doesn't make sense anymore.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 06 Mar 2023 12:04:25 +0100
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