https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3424d46031281acc157ff20038732aaec98aa75d authored by Lars Bilke on 07 December 2020, 10:28:17 UTC, committed by Lars Bilke on 07 December 2020, 10:28:17 UTC
1 parent 5a58736
Raw File
Tip revision: 3424d46031281acc157ff20038732aaec98aa75d authored by Lars Bilke on 07 December 2020, 10:28:17 UTC
[web] Fixed line breaks in formula.
Tip revision: 3424d46
.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