https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7f53c0b708fc2c7ec0a9d235a4320a71eab060aa authored by Dmitri Naumov on 31 August 2021, 12:11:39 UTC
[PL/TH2M] Readability. Add T_prev in local context
Tip revision: 7f53c0b
.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