.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 28 Feb 2024 22:31:42 +0100
changeset 51480 d1d75797f58a
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
stream-clone-test: add a verify call to the "clone while changing" case It seems useful to very that the clone did not result in a corrupted copy.

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