Revision c01846775d126ccffa7c8df3547ce77bf9342401 authored by Lars Bilke on 11 October 2021, 10:29:33 UTC, committed by Lars Bilke on 11 October 2021, 10:29:33 UTC
OGS_USE_PYTHON compilation dependencies

See merge request ogs/ogs!3828
2 parent s ac4ed65 + cd39fb8
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