https://gitlab.opengeosys.org/ogs/ogs.git
Revision f64ea386877c2ddb44c8d34d0c2106e6e6def71f authored by Lars Bilke on 11 September 2023, 08:59:24 UTC, committed by Dmitry Yu. Naumov on 18 September 2023, 14:51:58 UTC
1 parent fb0ed50
Raw File
Tip revision: f64ea386877c2ddb44c8d34d0c2106e6e6def71f authored by Lars Bilke on 11 September 2023, 08:59:24 UTC
[ci,guix] Remove time-machine command.
Tip revision: f64ea38
.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