view .clang-format @ 51506:7c83f0e82f70 stable

Added tag 6.7 for changeset c9ceb4f60256
author Raphaël Gomès <rgomes@octobus.net>
date Fri, 15 Mar 2024 10:49:40 +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