view .clang-format @ 49505:b6c6ac6ef359 stable

Added signature for changeset dbdee8ac3e3f
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 04 Oct 2022 10:24:56 +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