https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 414b05f8e25410db8a7371e99113016bf4025e63 authored by Jakob Randow on 24 September 2021, 13:35:07 UTC
Added documentation file for server communication
Tip revision: 414b05f
.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