https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7a15036de1a5de20c72fe59d5b836b70b7651667 authored by Tom Fischer on 24 June 2021, 07:32:40 UTC
Merge branch 'FixCppCheckWarnings3' into 'master'
Tip revision: 7a15036
.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