Revision 5b636d67fab85b25c33323f42f0970d117fe9980 authored by Lars Bilke on 05 October 2021, 06:58:14 UTC, committed by Lars Bilke on 05 October 2021, 06:58:14 UTC
Cannot add a comment between CMake arguments (hides all remaining args).
1 parent ee47dc9
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