view .clang-format @ 49611:2afee2176775

delta-find: expand a function definition and call before extendin it This make the next changeset more compact.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 06 Nov 2022 13:46:08 -0500
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