Revision d700910e846d5f79d5b5a78b8a58230075845cc6 authored by Dominik Kern on 22 November 2021, 14:27:13 UTC, committed by Dominik Kern on 22 November 2021, 14:27:13 UTC
add parameter to config and use it in HM process

See merge request ogs/ogs!3887
2 parent s bb0cb88 + 2ba34e6
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