https://gitlab.opengeosys.org/ogs/ogs.git
Revision e9f6b4fe68badfb24e071de097a08cf688264ef6 authored by Lars Bilke on 19 July 2021, 08:59:20 UTC, committed by Lars Bilke on 20 July 2021, 18:41:53 UTC
1 parent 3fc8c0e
Raw File
Tip revision: e9f6b4fe68badfb24e071de097a08cf688264ef6 authored by Lars Bilke on 19 July 2021, 08:59:20 UTC
[web] Moved python env to packages section.
Tip revision: e9f6b4f
.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