Revision 0da6a446210c1c4c17e8b173e773563fe3ccd05a authored by Dmitry Yu. Naumov on 12 March 2021, 14:58:51 UTC, committed by Dmitry Yu. Naumov on 12 March 2021, 14:58:51 UTC
[CL] small clean-ups

See merge request ogs/ogs!3507
2 parent s 3765410 + 54f019e
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