summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorkelly.leahy <kelly.leahy>2011-05-08 12:30:16 -0700
committerkelly.leahy <kelly.leahy>2011-05-08 12:30:16 -0700
commit560cd27ef3bbaac66a858ab86b3be04148281c6e (patch)
tree93b7c2520bb8588fee0a1d8695d91a9ade4d031c /.gitattributes
parentcfba137707ba334b8f7917ca6261f842fa11a60e (diff)
downloadlibgit2-560cd27ef3bbaac66a858ab86b3be04148281c6e.tar.gz
Add git attributes settings for *.c and *.h to force line endings to LF.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
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