Quellcode durchsuchen

Add .gitattribute, to automatically handle text files end-of-line (#10052)

tags/8.2.0.alpha2
Ahmed Ashour vor 6 Jahren
Ursprung
Commit
105012f3b6
1 geänderte Dateien mit 17 neuen und 0 gelöschten Zeilen
  1. 17
    0
      .gitattribute

+ 17
- 0
.gitattribute Datei anzeigen

@@ -0,0 +1,17 @@
# The default behavior
* text=auto
*.java text
*.xml text
*.htm text
*.html text
*.js text
*.bnd text
*.svg text
*.md text
*.txt text
*.css text
*.scss text
# To be verified
*.graffle binary

Laden…
Abbrechen
Speichern