https://gitlab.opengeosys.org/ogs/ogs.git
Revision 92155ff98c0201d6bf9f9baf6eb2e40d93a36b0f authored by Lars Bilke on 07 May 2021, 09:52:07 UTC, committed by Lars Bilke on 12 May 2021, 13:21:42 UTC
1 parent c426179
Raw File
Tip revision: 92155ff98c0201d6bf9f9baf6eb2e40d93a36b0f authored by Lars Bilke on 07 May 2021, 09:52:07 UTC
[cm] Moved eigen defines into MathLib.
Tip revision: 92155ff
.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