https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c2bba89c56572c56c1be79d2d1ee23b07ff1e2a7 authored by Thomas Fischer on 25 June 2021, 12:35:37 UTC
[A/IO] CsvInterface::readColumn returns read data.
Tip revision: c2bba89
.editorconfig
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,yaml,toml,html,css,js,scss}]
indent_size = 2
back to top