diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0576151eb..a7bc9dcc9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ *.sh -crlf *.ac -crlf *.am -crlf + +#Content files are C file +*.inc linguist-language=C |