view .clang-format @ 50297:3f31b8526d66 stable

rust: upgrade `rayon` dependency This includes a potential soundness fix as well as some improvements to performance which should be helpful.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 06 Mar 2023 12:00: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