https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c595ff6484876fe2f664385130673126deb091ea authored by Thomas Nagel on 15 July 2021, 12:45:12 UTC
Adapted anisotropic MCAS to new TFEL
Tip revision: c595ff6
.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