Revision 67adc6c802848d8051a5b917fde5bf0041a5d437 authored by Tobias Meisel on 21 July 2021, 07:43:02 UTC, committed by Tobias Meisel on 21 July 2021, 07:43:02 UTC
Draft: SCADS investigation

See merge request ogs/ogs!3679
2 parent s 628fe69 + 9751392
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