Parcourir la source

style: update gitattributes

hxx258456 il y a 2 ans
Parent
commit
5175c4ba73
1 fichiers modifiés avec 14 ajouts et 1 suppressions
  1. 14 1
      .gitattributes

+ 14 - 1
.gitattributes

@@ -1 +1,14 @@
-* text=auto eol=crlf
+* text=auto
+
+# Force the following filetypes to have unix eols, so Windows does not break them
+*.* text eol=lf
+
+# Windows forced line-endings
+/.idea/* text eol=crlf
+
+#
+## These files are binary and should be left untouched
+#
+
+# (binary is a macro for -text -diff)
+*.png binary