Revision e9ef2a2844c0e9dccbd2c88072b481e824f54c4b authored by Lars Bilke on 18 August 2023, 13:37:02 UTC, committed by Lars Bilke on 18 August 2023, 13:37:02 UTC
E.g.:

ld: warning: dylib (/usr/local/lib/libtiff.dylib) was built for newer macOS version (13.0) than being linked (12.0)
1 parent 4bcb3e4
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