diff options
author | BastiaanOlij <mux213@gmail.com> | 2017-06-16 23:50:48 +1000 |
---|---|---|
committer | BastiaanOlij <mux213@gmail.com> | 2017-06-16 23:50:48 +1000 |
commit | 1f36c2307a60b929d12b21b1119366af50797703 (patch) | |
tree | c05d924513384f269d1a805647b99b37a0246975 /.gitattributes | |
parent | ba32738ec76ed90a4ccc8ae468d29579adf9b954 (diff) | |
download | redot-cpp-1f36c2307a60b929d12b21b1119366af50797703.tar.gz |
Getting this to compile on mac os x
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
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 |