https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 867416f20c8239c86d5aa442868d3a8d02bd17b7 authored by Dmitry Yu. Naumov on 12 July 2023, 16:33:25 UTC
Merge branch 'TimeSteppingCleanup' into 'master'
Tip revision: 867416f
.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