https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2864654d0d17b05ef6e660349644654692d4b7f8 authored by Dmitri Naumov on 28 February 2021, 17:47:47 UTC, committed by Dmitri Naumov on 02 March 2021, 17:14:46 UTC
1 parent ed4b925
Raw File
Tip revision: 2864654d0d17b05ef6e660349644654692d4b7f8 authored by Dmitri Naumov on 28 February 2021, 17:47:47 UTC
Fix spelling mistakes.
Tip revision: 2864654
.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