https://gitlab.opengeosys.org/ogs/ogs.git
Revision 96f6b540f209a25ee84a24bf7b6d2309b0efc445 authored by Dmitri Naumov on 31 January 2023, 10:36:02 UTC, committed by Dmitri Naumov on 01 February 2023, 14:23:26 UTC
1 parent 3fb75b9
Raw File
Tip revision: 96f6b540f209a25ee84a24bf7b6d2309b0efc445 authored by Dmitri Naumov on 31 January 2023, 10:36:02 UTC
[PL/CT] Change assertion to OGS_FATAL
Tip revision: 96f6b54
.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