summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorBastiaanOlij <mux213@gmail.com>2017-06-16 23:50:48 +1000
committerBastiaanOlij <mux213@gmail.com>2017-06-16 23:50:48 +1000
commit1f36c2307a60b929d12b21b1119366af50797703 (patch)
treec05d924513384f269d1a805647b99b37a0246975 /.gitattributes
parentba32738ec76ed90a4ccc8ae468d29579adf9b954 (diff)
downloadredot-cpp-1f36c2307a60b929d12b21b1119366af50797703.tar.gz
Getting this to compile on mac os x
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..9abe13e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,6 @@
+*.c eol=lf
+*.cpp eol=lf
+*.gd eol=lf
+*.tscn eol=lf
+*.cfg eol=lf
+*.godot eol=lf