https://gitlab.opengeosys.org/ogs/ogs.git
Revision 08dd507345af3e8674c43c428ebc21eee5aaf0c3 authored by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC
Readability improvements in MeshComponentMap.

See merge request ogs/ogs!3577
2 parent s c9a93be + 79ac3d6
Raw File
Tip revision: 08dd507345af3e8674c43c428ebc21eee5aaf0c3 authored by Dmitry Yu. Naumov on 21 April 2021, 22:35:46 UTC
Merge branch 'ImproveCodeQualityInMeshComponentMap' into 'master'
Tip revision: 08dd507
.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