https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a8315a5c29358a42fa022424d60812f8b00d2bc1 authored by Thomas Fischer on 11 May 2021, 09:03:20 UTC
[docu] Line source term docu.
Tip revision: a8315a5
.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