https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: a57c08dd8891d9efae6fbbad9a343f7149da3aa1 authored by Wenqing Wang on 04 June 2021, 13:34:00 UTC
[NumLib] Add a restriction to map the local dNdx to the global
Tip revision: a57c08d
.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