2
0

.gitattributes 136 B

1234567
  1. # Forces all files which git considers text files to use LF line endings
  2. * text=auto eol=lf
  3. *.cpp diff=cpp
  4. *.h diff=cpp
  5. *.gltf binary