Revision 41b4319d8e673a744f6c3f63f7130d338dc6db0b authored by renchao.lu on 12 March 2021, 00:33:42 UTC, committed by renchao.lu on 12 March 2021, 00:33:42 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