https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1836e43cc51225c63b51f6637aad8aa6018f046e authored by Thomas Fischer on 28 September 2021, 09:16:58 UTC
[A/U/GeoTools] Remove Qt dependency from tools.
Tip revision: 1836e43
.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