aboutsummaryrefslogtreecommitdiffstats
path: root/godot/.gitattributes
diff options
context:
space:
mode:
authorLibravatar Scarabeaver <kopakoraello@googlemail.com>2022-07-16 13:43:54 +0200
committerLibravatar Scarabeaver <kopakoraello@googlemail.com>2022-07-16 13:43:54 +0200
commitf2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d (patch)
tree0cc77b371af59dc1e81039374f2487c7322f897f /godot/.gitattributes
parent023eb2adeac51440f739f18d78aef815c6f0309b (diff)
parent4f2bc986240c61bd455742c0cee3c3c796fc5e6b (diff)
download2022-f2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d.tar.gz
2022-f2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d.tar.bz2
2022-f2ad01fe09709bc32b9b06a0aecc4c1b4d0a870d.zip
Merge branch 'main' of https://codeberg.org/code-your-friends/gmtk2022
Diffstat (limited to '')
-rw-r--r--godot/.gitattributes17
1 files changed, 17 insertions, 0 deletions
diff --git a/godot/.gitattributes b/godot/.gitattributes
new file mode 100644
index 0000000..0f8f149
--- /dev/null
+++ b/godot/.gitattributes
@@ -0,0 +1,17 @@
+# Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files you want to always be normalized and converted
+# to native line endings on checkout.
+*.cpp text
+*.c text
+*.h text
+*.gd text
+*.cs text
+
+# Declare files that will always have CRLF line endings on checkout.
+*.sln text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary