https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fb2b8f6295bac80c1262f3330412a9810ebcc9e0 authored by Lars Bilke on 23 January 2023, 20:57:09 UTC
Merge branch 'win-fixes' into 'master'
Tip revision: fb2b8f6
.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