https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f4767ab1bc99c3406d6b9e818856136532a59b03 authored by Jörg Buchwald on 19 April 2021, 14:58:05 UTC
[MPL] Zero initialization for constant dvalue.
Tip revision: f4767ab
.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