diff options
author | kelly.leahy <kelly.leahy> | 2011-05-08 12:30:16 -0700 |
---|---|---|
committer | kelly.leahy <kelly.leahy> | 2011-05-08 12:30:16 -0700 |
commit | 560cd27ef3bbaac66a858ab86b3be04148281c6e (patch) | |
tree | 93b7c2520bb8588fee0a1d8695d91a9ade4d031c /.gitattributes | |
parent | cfba137707ba334b8f7917ca6261f842fa11a60e (diff) | |
download | libgit2-560cd27ef3bbaac66a858ab86b3be04148281c6e.tar.gz |
Add git attributes settings for *.c and *.h to force line endings to LF.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..f90540b55 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.c eol=lf +*.h eol=lf |