view .clang-format @ 50541:ef7f943ebabf stable

clonebundles: demonstrate bad behaviour when unknown scheme is present
author Mathias De Mare <mathias.de_mare@nokia.com>
date Thu, 20 Apr 2023 10:48:12 +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