https://gitlab.opengeosys.org/ogs/ogs.git
Revision 1b4393df0d0cf912efd2c826747a22fbc0dacdc6 authored by Lars Bilke on 31 March 2021, 10:37:03 UTC, committed by Lars Bilke on 31 March 2021, 10:37:03 UTC
1 parent 892e399
Raw File
Tip revision: 1b4393df0d0cf912efd2c826747a22fbc0dacdc6 authored by Lars Bilke on 31 March 2021, 10:37:03 UTC
[pre-commit] Pass config file to cmake format.
Tip revision: 1b4393d
.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