view .clang-format @ 51628:33bcb1dd4101

clonebundles: add missing newline to legacy response This seems to have been removed in 6.5 (likely by 60f9602b413e).
author Julien Cristau <jcristau@mozilla.com>
date Thu, 23 May 2024 11:05:11 +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