https://gitlab.opengeosys.org/ogs/ogs.git
Revision 32575ce9861326b44f28881620f16836b7373966 authored by Lars Bilke on 04 May 2021, 09:53:39 UTC, committed by Dmitri Naumov on 09 May 2021, 12:04:25 UTC
Also tests in combination with xml includes.
1 parent 274673f
Raw File
Tip revision: 32575ce9861326b44f28881620f16836b7373966 authored by Lars Bilke on 04 May 2021, 09:53:39 UTC
[T] Tests for base_file attribute.
Tip revision: 32575ce
.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