https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c10d4580097106896258d4955b5887e7e0d4f108 authored by Dmitri Naumov on 01 October 2021, 19:31:42 UTC
[T/TH2M] Liakopoulos; slightly relax vtkdiff tol.
Tip revision: c10d458
.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