Revision 3011acc7594a988b7fd31dd0de58cafa2b7bff40 authored by Lars Bilke on 20 July 2023, 15:52:01 UTC, committed by Lars Bilke on 20 July 2023, 15:52:01 UTC
[vale] Fixed all issues

See merge request ogs/ogs!4686
2 parent s bca07ca + c217c04
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