Revision 6f166ddc542990214ed885ffdb622418b78f873c authored by Christoph Lehmann on 12 April 2023, 06:30:25 UTC, committed by Christoph Lehmann on 12 April 2023, 06:30:25 UTC
Draft: Remove mat vec provider

See merge request ogs/ogs!4549
2 parent s c7b9252 + d833389
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