https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d2a288490017491fe0a196d64c03598175f54ff4 authored by Dmitry Yu. Naumov on 19 September 2023, 17:04:18 UTC
Merge branch 'UseMediaInSmallDeformation' into 'master'
Tip revision: d2a2884
.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