view .clang-format @ 50759:f0ae403bf704

configitems: use standard "dynamicdefault" approach in edge case This makes for fewer edge cases, which will help a future patch.
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 23 Jan 2023 17:21:14 +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