https://gitlab.opengeosys.org/ogs/ogs.git
Revision 06ed2ac9fc677f9d295486a02f54d148d749d005 authored by Lars Bilke on 03 August 2021, 07:31:07 UTC, committed by Lars Bilke on 03 August 2021, 12:16:45 UTC
1 parent 6aafb97
Raw File
Tip revision: 06ed2ac9fc677f9d295486a02f54d148d749d005 authored by Lars Bilke on 03 August 2021, 07:31:07 UTC
[poetry] Fix install command on Windows.
Tip revision: 06ed2ac
.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