https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b5f0dd2636fb6a25e82992ae21e04b79091d4347 authored by Tobias Meisel on 16 December 2020, 14:45:04 UTC
Merge branch 'xdmf_lib_reference_readme_license' into 'master'
Tip revision: b5f0dd2
.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