https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2bef3d0a96b90ccedd47e09680e22ae672ae87ac authored by Lars Bilke on 07 March 2023, 19:18:11 UTC, committed by Lars Bilke on 07 March 2023, 19:18:11 UTC
Notebook docs

See merge request ogs/ogs!4512
2 parent s d45cd65 + 1415398
Raw File
Tip revision: 2bef3d0a96b90ccedd47e09680e22ae672ae87ac authored by Lars Bilke on 07 March 2023, 19:18:11 UTC
Merge branch 'notebook-docs' into 'master'
Tip revision: 2bef3d0
.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