view .clang-format @ 51643:96cb63a86ee5 stable

test: better glob some timing related line to avoid flakiness If we go over 10 seconds, the number of white space changes.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 13 Jun 2024 09:52:39 +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