https://gitlab.opengeosys.org/ogs/ogs.git
Revision f2d938ffe1f7dd20de99936fd01b53c7c0e60426 authored by Dmitry Yu. Naumov on 27 August 2021, 15:05:28 UTC, committed by Dmitry Yu. Naumov on 27 August 2021, 15:05:28 UTC
Small fixes

See merge request ogs/ogs!3754
2 parent s b6c2b94 + c1acfe6
Raw File
Tip revision: f2d938ffe1f7dd20de99936fd01b53c7c0e60426 authored by Dmitry Yu. Naumov on 27 August 2021, 15:05:28 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: f2d938f
.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