Revision f04869105992e63724b52110593afafb9e0f97fb authored by Tom Fischer on 09 July 2021, 12:49:57 UTC, committed by Tom Fischer on 09 July 2021, 12:49:57 UTC
MeshLib MeshQuality code improvements.

See merge request ogs/ogs!3701
2 parent s 628ccb1 + 3f09839
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