https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f0e97a25f51dd5e12e3e31f32199fda152257217 authored by Tom Fischer on 20 June 2023, 09:42:36 UTC
Merge branch 'MoveRasterReaderToGeoLib' into 'master'
Tip revision: f0e97a2
.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