https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5d2afaa5c9a211fb7e2806f580dd1de68fdfd88c authored by Lars Bilke on 20 August 2020, 18:21:37 UTC, committed by Lars Bilke on 01 September 2020, 11:50:36 UTC
1 parent 1cc9cea
Raw File
Tip revision: 5d2afaa5c9a211fb7e2806f580dd1de68fdfd88c authored by Lars Bilke on 20 August 2020, 18:21:37 UTC
[web] wip: front page styling
Tip revision: 5d2afaa
.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