https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 27f4b7ffef8dc105cd7e260fa0eecaf5c1cec341 authored by Lars Bilke on 14 December 2022, 21:15:47 UTC
Merge branch 'refactor-ctest-properties' into 'master'
Tip revision: 27f4b7f
.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