Revision ee763b218867e2e60773bcdce627284161b1589c authored by Dmitry Yu. Naumov on 05 November 2021, 18:00:50 UTC, committed by Dmitry Yu. Naumov on 05 November 2021, 18:00:50 UTC
[GeoLib] Cleanup/Modernize GeoLib related functionality.

See merge request ogs/ogs!3869
2 parent s f2764ca + fc852b2
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