https://gitlab.opengeosys.org/ogs/ogs.git
Revision ee14b0ae7d3d9420cee28139188afdeca454f520 authored by Wenqing Wang on 27 June 2023, 15:20:44 UTC, committed by Wenqing Wang on 27 June 2023, 15:20:44 UTC
1 parent 03d3bd1
Raw File
Tip revision: ee14b0ae7d3d9420cee28139188afdeca454f520 authored by Wenqing Wang on 27 June 2023, 15:20:44 UTC
[HM] Replaced process id number with the corresponding variable
Tip revision: ee14b0a
.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