https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 55cb22f7d84f062764018329a0c1a7650a6b66a8 authored by Thomas Nagel on 15 July 2021, 15:35:31 UTC
Merge branch 'MCAS_Aniso' into 'master'
Tip revision: 55cb22f
.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