https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1836e43cc51225c63b51f6637aad8aa6018f046e authored by Thomas Fischer on 28 September 2021, 09:16:58 UTC
[A/U/GeoTools] Remove Qt dependency from tools.
Tip revision: 1836e43
.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