.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 24 Feb 2023 03:03:54 +0100
changeset 50240 149f09ffef46
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
bundlerepo: fix string interpolation Matt Harbison is saying we cannot `%s` a type into a byte string and that seems reasonable.

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
IncludeCategories:
  - Regex:           '^<'
    Priority:        1
  - Regex:           '^"'
    Priority:        2