.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 05 Apr 2024 22:47:44 +0200
changeset 51585 c11d21faa73c
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
phases: introduce a performant efficient way to access revision in a set This will be useful in the next changesets.

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