Revision efb84089570bb5acc81feb1af5d7c1d62932c136 authored by Lars Bilke on 30 September 2021, 07:57:02 UTC, committed by Lars Bilke on 30 September 2021, 07:57:02 UTC
[ctest] Changed log file extension from .log to .txt.

See merge request ogs/ogs!3807
2 parent s 0af2a62 + 2ba2e83
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