.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 03 Dec 2022 00:16:07 +0100
changeset 49865 ff7134e03629
parent 36262 d0a3fa849cb8
permissions -rw-r--r--
peer: have `repo.peer` take an optional `path` argument We are ready to start to actually set the value now.

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