https://gitlab.opengeosys.org/ogs/ogs.git
Revision e68d5ede61181c05edfaff6c36889688555fc9ed authored by Lars Bilke on 11 March 2021, 20:01:19 UTC, committed by Lars Bilke on 16 March 2021, 19:46:14 UTC
1 parent 4c97d88
Raw File
Tip revision: e68d5ede61181c05edfaff6c36889688555fc9ed authored by Lars Bilke on 11 March 2021, 20:01:19 UTC
[web] Added info on getting source code with git.
Tip revision: e68d5ed
.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