https://gitlab.opengeosys.org/ogs/ogs.git
Revision 7ddb2ff855034918caab3989635a6baf8a7623d0 authored by Dmitri Naumov on 09 July 2021, 10:53:40 UTC, committed by Dmitri Naumov on 09 July 2021, 11:55:11 UTC
1 parent 5438538
Raw File
Tip revision: 7ddb2ff855034918caab3989635a6baf8a7623d0 authored by Dmitri Naumov on 09 July 2021, 10:53:40 UTC
[MeL/MQ] Remove unnecessary defaulted destructors.
Tip revision: 7ddb2ff
.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