https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8580225580d199477d256e3f6f486773cf792b30 authored by Wenqing Wang on 07 March 2021, 09:24:48 UTC, committed by Wenqing Wang on 23 March 2021, 08:04:26 UTC
1 parent a0a26ab
Raw File
Tip revision: 8580225580d199477d256e3f6f486773cf792b30 authored by Wenqing Wang on 07 March 2021, 09:24:48 UTC
[MPL] Registered VapourDiffusionPMQ
Tip revision: 8580225
.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