https://gitlab.opengeosys.org/ogs/ogs.git
Revision a470aef9bbe89d9f4ca352f6b2a5c4f72c92eebc authored by Lars Bilke on 10 December 2020, 11:20:40 UTC, committed by Lars Bilke on 10 December 2020, 12:32:39 UTC
1 parent 0a70422
Raw File
Tip revision: a470aef9bbe89d9f4ca352f6b2a5c4f72c92eebc authored by Lars Bilke on 10 December 2020, 11:20:40 UTC
Fix Windows poetry add command.
Tip revision: a470aef
.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