https://gitlab.opengeosys.org/ogs/ogs.git
Revision 76a30506c1c0435a121abd9c5eee8160df963c15 authored by Thomas Fischer on 02 June 2021, 12:56:03 UTC, committed by Thomas Fischer on 09 June 2021, 12:36:34 UTC
1 parent 4159dc2
Raw File
Tip revision: 76a30506c1c0435a121abd9c5eee8160df963c15 authored by Thomas Fischer on 02 June 2021, 12:56:03 UTC
[PL/U/LocalDataInitializer] Clang format.
Tip revision: 76a3050
.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