https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7395bbe82b30d2451c6e54055da9d3aa9e7696e8 authored by Lars Bilke on 18 May 2021, 10:46:15 UTC
Updated container-maker.
Tip revision: 7395bbe
.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