view .clang-format @ 51151:2705748ba166 stable

perf-tags: fix the --clear-fnode-cache-rev code It seems like this code never run?
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 03 Dec 2023 04:43:08 +0100
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