https://gitlab.opengeosys.org/ogs/ogs.git
Revision 521d240e3f28f194408a33e7747d52111e8605cf authored by cbsilver on 09 November 2021, 10:08:57 UTC, committed by Dmitry Yu. Naumov on 16 November 2021, 16:25:44 UTC
1 parent e14341f
Raw File
Tip revision: 521d240e3f28f194408a33e7747d52111e8605cf authored by cbsilver on 09 November 2021, 10:08:57 UTC
commented reference_temperature removed
Tip revision: 521d240
.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