Revision d05f23bfe75ed322463b12fe154fd8fd388eb029 authored by Dmitry Yu. Naumov on 07 June 2023, 12:32:15 UTC, committed by Dmitry Yu. Naumov on 07 June 2023, 12:32:15 UTC
[Parameter] Fixed a warning

See merge request ogs/ogs!4633
2 parent s e9bf3d2 + ac1bbe9
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