Explorar el Código

Merge pull request #3700 from akien-mga/gh-linguist-detect-rst

GitHub linguist: Mark .rst files as detectable
Rémi Verschelde hace 5 años
padre
commit
02e51913d8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+# Properly detect languages on GitHub
+*.rst linguist-detectable=true