https://gitlab.opengeosys.org/ogs/ogs.git
Revision a7517f932d6ab8874ac34944cda0f39bb84b110c authored by Thomas Fischer on 24 February 2023, 07:43:16 UTC, committed by Dmitry Yu. Naumov on 07 March 2023, 23:57:18 UTC
1 parent da53aee
Raw File
Tip revision: a7517f932d6ab8874ac34944cda0f39bb84b110c authored by Thomas Fischer on 24 February 2023, 07:43:16 UTC
[MeL/IO] Rename for better readability
Tip revision: a7517f9
.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