Revision ecd8394556ac15a74e3cdf60f6c6b18602ecabc6 authored by Tom Fischer on 12 May 2023, 12:19:17 UTC, committed by Tom Fischer on 12 May 2023, 12:19:17 UTC
[GeoLib::Raster] Add default {copy, move} {constructor, assignment operator}

See merge request ogs/ogs!4599
2 parent s 6406c69 + 886ea6f
Raw File
.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