https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: af223f2460d1e2a507ce93f432a17f44968fb207 authored by Lars Bilke on 03 August 2021, 12:16:38 UTC
[eve] Bump CMake to 3.21.
Tip revision: af223f2
.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