https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 02e49fb5c5d38f5ac6d669e62d61a1f7154763cc authored by Lars Bilke on 21 June 2021, 10:18:20 UTC
[web] Minor site search css tweaks.
Tip revision: 02e49fb
.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