.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 19 Jun 2019 05:46:07 +0200
branchstable
changeset 42507 febf5c8215c1
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
test: factor out the "wait" logic in bookrace The test is currently not testing the race it is supposed to test. The synchronisation is still valid, but needs to run at a different point. We start with extracting the synchronisation logic for clarity.

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