https://gitlab.opengeosys.org/ogs/ogs.git
Revision 801d6b6cc26f4f0f2bf3eb0e9ebf5720fe4d0f5a authored by Lars Bilke on 03 April 2021, 11:42:00 UTC, committed by Lars Bilke on 03 April 2021, 11:42:00 UTC
1 parent 786068d
Raw File
Tip revision: 801d6b6cc26f4f0f2bf3eb0e9ebf5720fe4d0f5a authored by Lars Bilke on 03 April 2021, 11:42:00 UTC
[web] Fix release date part 2.
Tip revision: 801d6b6
.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