view .clang-format @ 48536:8537a64c4e2b stable

Added tag 6.0.1 for changeset 799fdf4cca80
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 05 Jan 2022 17:53:03 +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