diff --git a/.gitattributes b/.gitattributes index 77450626296..ebb586628c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,10 @@ * -text +*.java diff=java +*.c diff=cpp +*.h diff=cpp +*.cpp diff=cpp +*.hpp diff=cpp +*.md diff=markdown +*.sh diff=bash +*.html diff=html +*.css diff=css