https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 620d06ce2c682851d399ed52c4b19b54f966c0fc authored by rinkk on 09 December 2020, 11:14:10 UTC
[DE] removed system specific file remove functionality
Tip revision: 620d06c
.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