https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2fdc10ab56aeeee974b6d7df9467589cc545f6e8 authored by Lars Bilke on 15 April 2021, 10:10:23 UTC, committed by Dmitri Naumov on 30 April 2021, 18:54:46 UTC
1 parent 2b41b2c
Raw File
Tip revision: 2fdc10ab56aeeee974b6d7df9467589cc545f6e8 authored by Lars Bilke on 15 April 2021, 10:10:23 UTC
[cmake] Exlcude TH2M tests if process is disabled.
Tip revision: 2fdc10a
.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