https://gitlab.opengeosys.org/ogs/ogs.git
Revision d30fb8380bc6ce227bf50bd730ced9124426f6db authored by Lars Bilke on 19 July 2021, 09:33:50 UTC, committed by Lars Bilke on 20 July 2021, 18:41:53 UTC
1 parent 05a4cba
Raw File
Tip revision: d30fb8380bc6ce227bf50bd730ced9124426f6db authored by Lars Bilke on 19 July 2021, 09:33:50 UTC
[web] devguide navigation ordering.
Tip revision: d30fb83
.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