view .clang-format @ 49984:df9eabc9837b

rust-narrow: enable narrow support for plain `rhg files` Support for `rhg files -r NODE` in a future changeset.
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 11 Jan 2023 17:08:23 +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