https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: eef7949a5d3b5f97faadc97880649f6a662f5112 authored by Lars Bilke on 12 March 2021, 20:07:15 UTC
Merge branch 'cpm-vtk' into 'master'
Tip revision: eef7949
.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