view .clang-format @ 52061:43e15277498e

rust-update: add a config item to disable the Rust update fastpath Explanations inline.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 16 Oct 2024 17:21:03 +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