https://gitlab.opengeosys.org/ogs/ogs.git
Revision 9240e92130d976e6fe01dd99cefaea91da536cc1 authored by Lars Bilke on 22 July 2021, 12:54:32 UTC, committed by Lars Bilke on 22 July 2021, 12:54:32 UTC
1 parent 13f609f
Raw File
Tip revision: 9240e92130d976e6fe01dd99cefaea91da536cc1 authored by Lars Bilke on 22 July 2021, 12:54:32 UTC
Update container-maker.
Tip revision: 9240e92
.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