https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5a78a7469e43ed55948ffc8ce4f5ab88111cd8dc authored by Lars Bilke on 21 December 2022, 10:30:49 UTC, committed by Lars Bilke on 21 December 2022, 10:54:15 UTC
1 parent 53f1718
Raw File
Tip revision: 5a78a7469e43ed55948ffc8ce4f5ab88111cd8dc authored by Lars Bilke on 21 December 2022, 10:30:49 UTC
[web] Some tweaks to the documentation pages.
Tip revision: 5a78a74
.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