https://gitlab.opengeosys.org/ogs/ogs.git
Revision f46693775be5e722d46a28f77592dd18338545d5 authored by Christoph Lehmann on 16 January 2023, 10:33:18 UTC, committed by Christoph Lehmann on 16 January 2023, 10:33:18 UTC
Draft: Jupyter Notebook: Seabed response

See merge request ogs/ogs!4440
2 parent s 6dabeff + 32a120a
Raw File
Tip revision: f46693775be5e722d46a28f77592dd18338545d5 authored by Christoph Lehmann on 16 January 2023, 10:33:18 UTC
Merge branch 'SeabedResponse' into 'master'
Tip revision: f466937
.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