https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 19d850395c679eb32ef5283fbb64c6756c75c414 authored by Wenqing Wang on 11 October 2021, 06:43:21 UTC
[UnitTest] Fixed the bug in NumLibNaturalCoordinates
Tip revision: 19d8503
.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