swh:1:snp:255f85db7c93e40947edaab0a80e71e08f6d5f6e
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