https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ba87dd36b00acde6f0fd0f0195111f76b1ea1f38 authored by Lars Bilke on 15 September 2021, 06:33:46 UTC
[cmake] Make git optional.
Tip revision: ba87dd3
.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