https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 50e47e9a6678e3959b8643af1e7ebc383b9ec79b authored by Thomas Fischer on 14 October 2021, 12:43:32 UTC
[GL] Forbit automatic generation of constr. and assignment ops.
Tip revision: 50e47e9
.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