https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 414b05f8e25410db8a7371e99113016bf4025e63 authored by Jakob Randow on 24 September 2021, 13:35:07 UTC
Added documentation file for server communication
Tip revision: 414b05f
.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