https://gitlab.opengeosys.org/ogs/ogs.git
Revision 64e4572f6f5cd2aa854edb599637287f53a492fc authored by Wenqing Wang on 02 February 2021, 16:02:45 UTC, committed by Dmitry Yu. Naumov on 20 February 2021, 10:03:38 UTC
1 parent 1c98cba
Raw File
Tip revision: 64e4572f6f5cd2aa854edb599637287f53a492fc authored by Wenqing Wang on 02 February 2021, 16:02:45 UTC
[TM] Use MPL in the process creator
Tip revision: 64e4572
.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