Revision 1b021a6b559477f95578e5f4470913c6a1da0cf3 authored by Lars Bilke on 18 March 2021, 12:56:00 UTC, committed by Lars Bilke on 18 March 2021, 12:56:00 UTC
Draft: [ci] Fix warnings check

Closes #3119

See merge request ogs/ogs!3521
2 parent s 4fa16ea + c6a64ea
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