.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 19 Sep 2023 03:15:12 +0200
changeset 51076 786b6225793a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
debug-delta-chain: print less data by default This is faster and simpler to read.

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