https://gitlab.opengeosys.org/ogs/ogs.git
Revision 845bd236376d34c94e68ea7806eba150fdb11688 authored by Dmitri Naumov on 28 August 2023, 20:18:58 UTC, committed by Dmitri Naumov on 29 August 2023, 10:54:39 UTC
1 parent 73c4207
Raw File
Tip revision: 845bd236376d34c94e68ea7806eba150fdb11688 authored by Dmitri Naumov on 28 August 2023, 20:18:58 UTC
[MPL] Use transform replacing for-loop
Tip revision: 845bd23
.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