https://gitlab.opengeosys.org/ogs/ogs.git
Revision 67344a53610605535d2c487d172b21611019c8fb authored by Christoph Lehmann on 16 November 2021, 14:17:34 UTC, committed by Christoph Lehmann on 16 November 2021, 14:17:34 UTC
1 parent 2d005ce
Raw File
Tip revision: 67344a53610605535d2c487d172b21611019c8fb authored by Christoph Lehmann on 16 November 2021, 14:17:34 UTC
[BL] Added template metaprogramming utilities
Tip revision: 67344a5
.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