https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1e2694ec384f55f4a218d3ac20800e468ee66243 authored by Dmitri Naumov on 06 September 2021, 09:27:25 UTC
[T/PhF] Remove old unused project files.
Tip revision: 1e2694e
.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