https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 715b511f2e3d63e5948017eafb3b156f5d09a3d2 authored by Dmitry Yu. Naumov on 23 November 2021, 00:19:16 UTC
Merge branch 'AddMaterialIdToMediumDescription' into 'master'
Tip revision: 715b511
.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