https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 5f1c642db3b30163cb597a65b28752c270a6d9f3 authored by wenqing on 19 June 2023, 13:08:03 UTC
Merge branch 'imprv_fixed_stress' into 'master'
Tip revision: 5f1c642
.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