view .clang-format @ 50736:b852c34dc2b8 stable

clonebundles: add warning if auto-generate is enabled without formats
author Mathias De Mare <mathias.de_mare@nokia.com>
date Tue, 27 Jun 2023 16:19:42 +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