https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1b06e313d3687d66c8c85b22843239aae3603640 authored by Tom Fischer on 07 December 2020, 19:29:48 UTC
Merge branch 'MetisIDXType64bit' into 'master'
Tip revision: 1b06e31
.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