https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6cb1b98b4c2aa113407fedc8fdffeebe149a0156 authored by Tom Fischer on 28 March 2023, 05:37:07 UTC
Merge branch 'getBulkIDShortCut' into 'master'
Tip revision: 6cb1b98
.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