https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b1bb62ba661c968953db32ede022f56de90f2ec5 authored by Tom Fischer on 30 March 2021, 05:56:02 UTC
Merge branch 'MeshRevisionUpdates' into 'master'
Tip revision: b1bb62b
.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