.gitattributes 121 B

12345
  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