https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2bef3d0a96b90ccedd47e09680e22ae672ae87ac authored by Lars Bilke on 07 March 2023, 19:18:11 UTC, committed by Lars Bilke on 07 March 2023, 19:18:11 UTC
Notebook docs

See merge request ogs/ogs!4512
2 parent s d45cd65 + 1415398
Raw File
Tip revision: 2bef3d0a96b90ccedd47e09680e22ae672ae87ac authored by Lars Bilke on 07 March 2023, 19:18:11 UTC
Merge branch 'notebook-docs' into 'master'
Tip revision: 2bef3d0
.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