https://gitlab.opengeosys.org/ogs/ogs.git
Revision 81ee6dd72e50064b73b9ccea8eb972a57194bd72 authored by Dmitry Yu. Naumov on 20 September 2021, 07:40:08 UTC, committed by Dmitry Yu. Naumov on 20 September 2021, 07:40:08 UTC
Small code improvements - mainly removing unnecessary includes

See merge request ogs/ogs!3789
2 parent s 516ed66 + a7ff9cf
Raw File
Tip revision: 81ee6dd72e50064b73b9ccea8eb972a57194bd72 authored by Dmitry Yu. Naumov on 20 September 2021, 07:40:08 UTC
Merge branch 'SmallFixes' into 'master'
Tip revision: 81ee6dd
.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