Revision 315f0ebb47b5cc7b9f73c75542dc24afebd06154 authored by Dmitry Yu. Naumov on 07 October 2021, 18:10:06 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 18:10:06 UTC
Fix HeatConductionProcess parallel (PETSc) build.

See merge request ogs/ogs!3831
2 parent s 5e0bec1 + 657d2a1
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