https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d877963ebd8876fb6d435425371148d25ebcf0cb authored by Lars Bilke on 22 February 2021, 07:49:09 UTC
Merge branch 'web-styling' into 'master'
Tip revision: d877963
.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