https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3021fc565f1f4d6a48a5863f2ac5aa3517a70477 authored by Lars Bilke on 24 March 2023, 15:41:05 UTC, committed by Dmitry Yu. Naumov on 26 March 2023, 21:44:56 UTC
1 parent 3d5b73d
Raw File
Tip revision: 3021fc565f1f4d6a48a5863f2ac5aa3517a70477 authored by Lars Bilke on 24 March 2023, 15:41:05 UTC
[ci] Introduced MR label ci::unit_tests.
Tip revision: 3021fc5
.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