https://gitlab.opengeosys.org/ogs/ogs.git
Revision 3bc70067ad8267c465bb475948f4d8b4f03e7bb6 authored by Wenqing Wang on 20 November 2020, 10:38:43 UTC, committed by Wenqing Wang on 23 November 2020, 14:16:04 UTC
1 parent 3184392
Raw File
Tip revision: 3bc70067ad8267c465bb475948f4d8b4f03e7bb6 authored by Wenqing Wang on 20 November 2020, 10:38:43 UTC
[TRM] Update for the changes in RM for using drho_l/dp
Tip revision: 3bc7006
.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