https://gitlab.opengeosys.org/ogs/ogs.git
Revision 06ed2ac9fc677f9d295486a02f54d148d749d005 authored by Lars Bilke on 03 August 2021, 07:31:07 UTC, committed by Lars Bilke on 03 August 2021, 12:16:45 UTC
1 parent 6aafb97
Raw File
Tip revision: 06ed2ac9fc677f9d295486a02f54d148d749d005 authored by Lars Bilke on 03 August 2021, 07:31:07 UTC
[poetry] Fix install command on Windows.
Tip revision: 06ed2ac
.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