https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 7a783ed2a4cc9c542dbb4be1d120b849156d885a authored by Thomas Fischer on 02 September 2021, 04:50:40 UTC
[MeL/Elements] Clang format class Element.
Tip revision: 7a783ed
.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