Revision bbc4e96b38864a5c3afd17ba3b0ff480894b7315 authored by Dmitry Yu. Naumov on 28 May 2021, 08:37:19 UTC, committed by Dmitry Yu. Naumov on 28 May 2021, 08:37:19 UTC
[ctest] Fixing log output

See merge request ogs/ogs!3639
2 parent s cc050e8 + f9ea88b
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top