https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4c967b158953641e16e0442f961c03f68f91fc16 authored by Christoph Lehmann on 29 March 2023, 14:56:15 UTC, committed by Christoph Lehmann on 05 April 2023, 06:42:20 UTC
1 parent 8826fe6
Raw File
Tip revision: 4c967b158953641e16e0442f961c03f68f91fc16 authored by Christoph Lehmann on 29 March 2023, 14:56:15 UTC
[T] removed id stuff from test
Tip revision: 4c967b1
.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