https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fc33d48752c6a9603ced93f61401fb171d485c3f authored by Lars Bilke on 21 September 2021, 12:16:31 UTC
Updated container-maker.
Tip revision: fc33d48
.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