Revision d71e6964ee631b9b4ba294e81f01ac40d31f60e5 authored by Thomas Fischer on 09 June 2020, 07:26:30 UTC, committed by Thomas Fischer on 24 June 2021, 07:26:51 UTC
warning: statement should be inside braces [google-readability-braces-around-statements]
1 parent 1174eea
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