view .clang-format @ 50656:f2d78fb29f61 stable

delta-find: display more information about the search in some case This will be useful to access the effect of the delta reuse policy.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 08 Jun 2023 03:49:44 +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