view .clang-format @ 52189:e698e3e75420 stable

rust-cpython: add a TODO about repo reuse This will need to be done soon-ish to prevent any surprises.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 05 Nov 2024 15:18:32 +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