https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 556bee7be7e93e1308f63f829194948f68cfcf52 authored by Thomas Nagel on 07 March 2023, 22:09:24 UTC
Merge branch 'MFront_Update' into 'master'
Tip revision: 556bee7
.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