https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7d90f2dbc8f09d6ab47672ffb472a54bcd525e4b authored by Lars Bilke on 01 November 2021, 16:31:12 UTC
Merge branch 'enable-frontend' into 'master'
Tip revision: 7d90f2d
.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