Revision 615d6aaa209c0f859eb29cbcc75826b34be26268 authored by Christoph Lehmann on 29 September 2023, 05:32:53 UTC, committed by Christoph Lehmann on 29 September 2023, 05:32:53 UTC
Renamed tag <is_linear> to <linear>

See merge request ogs/ogs!4747
2 parent s 68cb163 + 67b83b9
Raw File
.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