https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 796a2c62922cd4f7295623c3d85ea308bb20a244 authored by Wenqing Wang on 15 March 2021, 15:36:12 UTC
[CodeSpell] Added a word of Ket to ignore-words-list
Tip revision: 796a2c6
.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