summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-19 14:48:03 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2014-03-19 14:48:03 +0000
commit9d686e710775cb1a3ff6530476bfe7eeebc8c3ff (patch)
tree786d938432cde4d8615313e871abc44b517c0dfa /.gitattributes
parent3d142b88d731c0a9bcc5daeafa4d91443292e526 (diff)
downloadgflags-9d686e710775cb1a3ff6530476bfe7eeebc8c3ff.tar.gz
gflags-9d686e710775cb1a3ff6530476bfe7eeebc8c3ff.tar.bz2
gflags-9d686e710775cb1a3ff6530476bfe7eeebc8c3ff.zip
Add .gitattributes file to normalize all files to LF.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..87fe9c0
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+# treat all files in this repository as text files
+# and normalize them to LF line endings when committed
+* text