.clang-format
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 21 Mar 2023 14:29:35 +0000
changeset 50443 7f0f3b274d1e
parent 36224 d0a3fa849cb8
permissions -rw-r--r--
ui: keep the progress bar around when writing if stdout is not a tty

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