view .clang-format @ 51609:fc317bd5b637 stable

fold-or-prune-me: update proposal This does the same things but with a narrower wrapping.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 02 May 2024 08:46:58 +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