https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 42130a52ce276e3cbc79338aeacf28716d696c15 authored by rinkk on 20 April 2021, 09:26:52 UTC
local scopes for geo-objects
Tip revision: 42130a5
.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