https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 1d5f8897089c5269fa48ea0c0fb288ec159f9409 authored by Lars Bilke on 10 February 2021, 08:33:21 UTC
Merge branch 'fix-get_source_files' into 'master'
Tip revision: 1d5f889
.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