https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 753d21bb81be742ed93977d280f3b0de26125208 authored by Shuang Chen on 27 September 2023, 18:10:15 UTC
Merge branch 'bgr_cl_benchmark' into 'master'
Tip revision: 753d21b
.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