https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 964f49b257b1ed601b571b7ca52c6580ac040ae3 authored by Lars Bilke on 04 August 2021, 09:00:27 UTC
[ci] Extracted clang-format into own job.
Tip revision: 964f49b
.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