https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c7e3600ea7cd77a3c56851dba8bdfa68a44f4497 authored by Lars Bilke on 05 January 2023, 13:09:33 UTC
Merge branch 'fix-install-petsc-vtk' into 'master'
Tip revision: c7e3600
.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