https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 312fdf97c1ea0a747221eb491884bfa558b14b2e authored by Shuang Chen on 01 March 2021, 13:52:50 UTC
[HC/docu] fixed the input parameter typo and equation format errors
Tip revision: 312fdf9
.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