Revision e987e57b4aca28c9ed6634dd9409085ece853348 authored by Wenqing Wang on 27 January 2021, 15:49:13 UTC, committed by Wenqing Wang on 02 February 2021, 09:18:06 UTC
     the content of which is subtracted from TestMPLRelPermBrooksCorey
1 parent a21dc49
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