https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4396e2c7573ca62129ceb5a1d04e5c5308e80300 authored by Lars Bilke on 17 June 2021, 13:00:57 UTC, committed by Lars Bilke on 23 June 2021, 06:20:59 UTC
1 parent 6be5115
Raw File
Tip revision: 4396e2c7573ca62129ceb5a1d04e5c5308e80300 authored by Lars Bilke on 17 June 2021, 13:00:57 UTC
[ci] coverage vis runner.
Tip revision: 4396e2c
.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