https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: b39d1eaa7b5381fe3c5cf73cd4b72517e702dc03 authored by Jörg Buchwald on 09 December 2020, 18:48:47 UTC
correcting latex formulas
Tip revision: b39d1ea
.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