Browse Source

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

GitHub linguist: Mark .rst files as detectable
Rémi Verschelde 5 years ago
parent
commit
02e51913d8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitattributes

+ 2 - 0
.gitattributes

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