https://gitlab.opengeosys.org/ogs/ogs.git
Revision a73426ef271ce0cebdc23bbdbc60975c0f4b5966 authored by Lars Bilke on 09 December 2022, 13:24:05 UTC, committed by Lars Bilke on 13 December 2022, 08:41:05 UTC
1 parent a4d9696
Raw File
Tip revision: a73426ef271ce0cebdc23bbdbc60975c0f4b5966 authored by Lars Bilke on 09 December 2022, 13:24:05 UTC
[web] Change bib-shortcode slightly.
Tip revision: a73426e
.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