https://gitlab.opengeosys.org/ogs/ogs.git
Revision 43c2433c2ebcbc55420a9d390fa99223011aa4b3 authored by Dmitri Naumov on 22 July 2023, 16:35:19 UTC, committed by Dmitri Naumov on 04 August 2023, 08:08:07 UTC
1 parent 4e86917
Raw File
Tip revision: 43c2433c2ebcbc55420a9d390fa99223011aa4b3 authored by Dmitri Naumov on 22 July 2023, 16:35:19 UTC
[PL/CT] Rename x_dot to x_prev
Tip revision: 43c2433
.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