https://gitlab.opengeosys.org/ogs/ogs.git
Revision f627ac6e807c670fac8f460f74f4e12c454375a4 authored by Dmitri Naumov on 04 May 2021, 15:38:04 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 20:19:26 UTC
1 parent 2294a7e
Raw File
Tip revision: f627ac6e807c670fac8f460f74f4e12c454375a4 authored by Dmitri Naumov on 04 May 2021, 15:38:04 UTC
[T/THM] A2 excavation example.
Tip revision: f627ac6
.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