https://gitlab.opengeosys.org/ogs/ogs.git
Revision 6fe6359f43a0a6ab8e814caa39a72678fb37cb72 authored by Lars Bilke on 21 August 2020, 12:32:58 UTC, committed by Lars Bilke on 01 September 2020, 11:50:38 UTC
1 parent 7cfc817
Raw File
Tip revision: 6fe6359f43a0a6ab8e814caa39a72678fb37cb72 authored by Lars Bilke on 21 August 2020, 12:32:58 UTC
[web] Added text-brand (color).
Tip revision: 6fe6359
.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