view .clang-format @ 50487:7f0f3b274d1e

ui: keep the progress bar around when writing if stdout is not a tty
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 21 Mar 2023 14:29:35 +0000
parents d0a3fa849cb8
children
line wrap: on
line source

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