Revision a5dbf0f360b25873731b98da7632406a45979894 authored by Dmitry Yu. Naumov on 12 May 2021, 13:13:17 UTC, committed by Dmitry Yu. Naumov on 12 May 2021, 13:13:17 UTC
ctest improvements

See merge request ogs/ogs!3619
2 parent s e3b4c6c + 2325db8
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