https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6ecd3466e4af7c33f590d3012aa92ddaae7bf960 authored by Dmitri Naumov on 02 April 2021, 18:10:41 UTC, committed by Dmitri Naumov on 04 April 2021, 11:37:06 UTC
1 parent a197ba9
Raw File
Tip revision: 6ecd3466e4af7c33f590d3012aa92ddaae7bf960 authored by Dmitri Naumov on 02 April 2021, 18:10:41 UTC
clang-format MathLib
Tip revision: 6ecd346
.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