diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index e43ccbb..14aa49e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,11 +16,12 @@ configure crlf=input *.bat -crlf *.bat.in -crlf -*.pfx -crlf -*.png -crlf *.sln -crlf *.vcproj -crlf +*.pfx -text +*.png -text + *.c our-c-style *.cc our-c-style *.cpp our-c-style |