https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6ee448c2ba008c81bba8a5a6b8565a4e5c36ec89 authored by Dmitry Yu. Naumov on 27 September 2023, 16:23:43 UTC
Merge branch 'UseMaterialSpatialDistributionMapAsValue' into 'master'
Tip revision: 6ee448c
.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