https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fda48cd96651bf4334b1763ddc06520c0b036f08 authored by Thomas Fischer on 28 May 2021, 06:27:13 UTC
[A/DE] Fix Qt warning: 'QFlags' is deprecated.
Tip revision: fda48cd
.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