Revision 55b98e6793e074d6938aaa3798198b02b5d727a4 authored by Lars Bilke on 19 May 2021, 13:40:52 UTC, committed by Lars Bilke on 19 May 2021, 13:40:52 UTC
[ci] container runtime check

See merge request ogs/ogs!3627
2 parent s a8447be + 87a78c3
Raw File
.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