https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5ab9052d283053cb3588b90129f35d8e89fa6ee1 authored by Lars Bilke on 17 March 2021, 13:14:14 UTC
Merge branch 'web-dev-workflow' into 'master'
Tip revision: 5ab9052
.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