https://gitlab.opengeosys.org/ogs/ogs.git
Revision a7939a9a962d2f66b3c90e28828c1118a84fac4b authored by Dmitri Naumov on 10 March 2021, 08:34:08 UTC, committed by Dmitri Naumov on 10 March 2021, 08:34:57 UTC
1 parent 611c0af
Raw File
Tip revision: a7939a9a962d2f66b3c90e28828c1118a84fac4b authored by Dmitri Naumov on 10 March 2021, 08:34:08 UTC
[PL] Add missing <string> include in create*().
Tip revision: a7939a9
.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