https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: f64b0e204baab829f407ca0451b99e23749b8cc2 authored by Lars Bilke on 15 March 2021, 09:36:53 UTC
Bump Boost to 1.69.0 for Clang compatibility.
Tip revision: f64b0e2
.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