Revision b2ca0cee99c956928e1c26c03ef349a9374bf56a authored by Dmitry Yu. Naumov on 11 June 2021, 05:40:08 UTC, committed by Dmitry Yu. Naumov on 11 June 2021, 05:40:08 UTC
TH2M refactorings

See merge request ogs/ogs!3656
2 parent s 3adb271 + ce3e379
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