Revision cf7936a18d647aeba028e446998998210e1fd399 authored by Dmitri Naumov on 30 July 2021, 12:34:48 UTC, committed by Dmitri Naumov on 06 September 2021, 15:41:56 UTC
Otherwise the integration point data is not set correctly for restart.
1 parent 033657c
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