Revision 7a15036de1a5de20c72fe59d5b836b70b7651667 authored by Tom Fischer on 24 June 2021, 07:32:40 UTC, committed by Tom Fischer on 24 June 2021, 07:32:40 UTC
Some tiny code quality improvements: Fix cppcheck warnings.

See merge request ogs/ogs!3673
2 parent s 876328a + d71e696
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