Revision 86083927712f1ae0eaf4f9c8d388d4ab4819b8dc authored by wenqing on 29 July 2021, 10:08:41 UTC, committed by wenqing on 29 July 2021, 10:08:41 UTC
Enabled integration point data I/O in THM

See merge request ogs/ogs!3718
2 parent s 36c58ab + 66093f1
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