https://github.com/UWStout/TetzlaffIEEETVCG2023_Replicability
Raw File
Tip revision: 02ebf797ea13d166efa019d2714d98706dec2085 authored by Michael Tetzlaff on 31 January 2023, 17:01:34 UTC
Add newline
Tip revision: 02ebf79
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.vert text
*.frag text
*.glsl text
back to top