https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a7ff9cf64b9da994908265f9b3a453c046f25391 authored by Thomas Fischer on 09 September 2021, 07:42:02 UTC
[A/U/ModelPreparation] Update copyright.
Tip revision: a7ff9cf
.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