https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6db38b5e53def57d8d1c4e3afb9cb18ea8b0e85c authored by Dmitry Yu. Naumov on 29 January 2023, 21:04:09 UTC, committed by Dmitry Yu. Naumov on 29 January 2023, 21:04:09 UTC
Update BaseLib's includes

See merge request ogs/ogs!4463
2 parent s ea77189 + 23cd650
Raw File
Tip revision: 6db38b5e53def57d8d1c4e3afb9cb18ea8b0e85c authored by Dmitry Yu. Naumov on 29 January 2023, 21:04:09 UTC
Merge branch 'IwyuOnBaseLib' into 'master'
Tip revision: 6db38b5
.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