https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: fa11ff2f1070466dbfa7bae3d107ac2592711b3b authored by Dmitri Naumov on 22 February 2021, 17:10:42 UTC
[doc/TM] Drop unused tags documentation.
Tip revision: fa11ff2
.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