https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b32d1d1983f8b7bdd2227f87473339b73fa036bf authored by Karsten Rink on 09 December 2020, 14:12:46 UTC
Merge branch 'GmshFileRemoveFix' into 'master'
Tip revision: b32d1d1
.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