https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4a28e3b4333caa4bc7ae7c3bf1daf31b76735825 authored by Thomas Fischer on 14 October 2021, 12:36:35 UTC, committed by Thomas Fischer on 14 October 2021, 14:49:26 UTC
1 parent dea394e
Raw File
Tip revision: 4a28e3b4333caa4bc7ae7c3bf1daf31b76735825 authored by Thomas Fischer on 14 October 2021, 12:36:35 UTC
[GL] Clarify docu for class PointVec.
Tip revision: 4a28e3b
.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