view .clang-format @ 51513:c40da123a530 stable

Added tag 6.7.1 for changeset 2e6fde2ed01e
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 21 Mar 2024 12:24:36 +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