Revision 1b68d8ac6279200d059a5080cf11b7d8dc6302c9 authored by wenqing on 07 February 2023, 15:29:26 UTC, committed by wenqing on 07 February 2023, 15:29:26 UTC
Use inclined elements in  ComponentTransport

See merge request ogs/ogs!4228
2 parent s 518d6b6 + 694c214
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