https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ff60f2ebd6f98887a407ad12ff0d8aea0e92b551 authored by Thomas Fischer on 16 February 2021, 07:58:09 UTC
[ParameterLib/RandomFieldMeshElementParameter] Fix docu path.
Tip revision: ff60f2e
.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