view .clang-format @ 52181:3d797007905d

rust: populate mmaps in a separate thread if possible Same rationale as b619ba39d10a.
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 01 Aug 2024 11:27:20 +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