https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4f692ea9244c398f20cbd67c7bf5a7c5fc4a0c51 authored by Tom Fischer on 31 March 2022, 21:42:09 UTC, committed by Tom Fischer on 31 March 2022, 21:42:09 UTC
Draft: CsvInterface cleanups.

See merge request ogs/ogs!3677
2 parent s 5a00730 + c0f3980
Raw File
Tip revision: 4f692ea9244c398f20cbd67c7bf5a7c5fc4a0c51 authored by Tom Fischer on 31 March 2022, 21:42:09 UTC
Merge branch 'CleanupCSVInterface' into 'master'
Tip revision: 4f692ea
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top