Revision a21dc49b07cd7aa7a104160bdd4fe79b2056fd0e authored by Wenqing Wang on 27 January 2021, 15:46:29 UTC, committed by Wenqing Wang on 02 February 2021, 09:18:06 UTC
  which is subtracted from RelPermBrooksCore
1 parent 8accd9f
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