https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c54e5918a09b70f42ce39902b55a70c56079b5b2 authored by Norbert Grunwald on 30 April 2021, 20:51:27 UTC
Merge branch 'th2m' into 'master'
Tip revision: c54e591
.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