Revision ed2baafa26154dff738986c434d348a0edd5dfdc authored by Robert Habel on 22 July 2022, 06:17:13 UTC, committed by Christoph Lehmann on 15 September 2022, 12:31:57 UTC
1 parent 1b82222
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