Quellcode durchsuchen

gitattributes (#2879)

https://www.git-scm.com/docs/gitattributes
Disable automatic end-of-line conversion from Unix to Windows.
We do not have any file type in the project that is sensitive to line
ending (e.g. PHP works fine on Windows with Linux line endings), but the
automatic conversion makes it annoying to work on the same git local
repository from different systems (e.g. hybrid Linux / Windows
development)
Alexandre Alapetite vor 6 Jahren
Ursprung
Commit
f29b63df3b
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+* text=auto eol=lf