https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4daff9cd4404b360e6aadb549d168ffc2b676416 authored by Lars Bilke on 14 April 2023, 06:01:04 UTC
Merge branch 'fix-links' into 'master'
Tip revision: 4daff9c
.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