https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c0f39809afcafd78590e31d3a7844eaccdc39f38 authored by Thomas Fischer on 25 June 2021, 12:35:37 UTC
[A/IO] CsvInterface::readColumn returns read data.
Tip revision: c0f3980
.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