Przeglądaj źródła

style: update gitattributes

hxx258456 2 lat temu
rodzic
commit
5175c4ba73
1 zmienionych plików z 14 dodań i 1 usunięć
  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