.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Jun 2023 18:20:28 +0100
changeset 50705 0bba730005df
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
stream-clone: fix the help for an argument of perf::stream-locked-section The help for `--stream-version` had a typo and missed a value.

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