https://gitlab.opengeosys.org/ogs/ogs.git
Revision 761945b7d3d5aeab1ac49a9479535badea5a4ac4 authored by Lars Bilke on 18 February 2021, 12:58:39 UTC, committed by Lars Bilke on 19 February 2021, 07:13:01 UTC
1 parent 323688f
Raw File
Tip revision: 761945b7d3d5aeab1ac49a9479535badea5a4ac4 authored by Lars Bilke on 18 February 2021, 12:58:39 UTC
[ci] Remove unlink.
Tip revision: 761945b
.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