]> WPIA git - cassiopeia.git/blob - .gitattributes
fix: Use auto& to avoid deep copy of std::shared_ptr
[cassiopeia.git] / .gitattributes
1 *       text=auto
2
3 *.c     text
4 *.cpp   text
5 *.h     text
6 *.hpp   text
7
8 *.txt   text
9 *.md    text
10
11 Makefile        text