Revision 48968483656c7046270b82db8fc132dc6e445fa6 authored by Lars Bilke on 31 March 2023, 14:59:54 UTC, committed by Lars Bilke on 31 March 2023, 14:59:54 UTC
Strong types for additional safety

See merge request ogs/ogs!4539
2 parent s 63a5ac5 + 945094e
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