Skip to content

Commit 9e16912

Browse files
authored
Merge pull request #562 from AA-Turner/gitattributes-linguist
Instruct linguist to include ``.rst`` files in the statistics
2 parents e33a72c + 646febd commit 9e16912

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# SPDX-License-Identifier: MIT OR Apache-2.0
2+
# SPDX-FileCopyrightText: The Rust Project Developers
3+
4+
# Instruct linguist not to ignore the main content
5+
# https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
6+
src/*.rst text linguist-detectable

0 commit comments

Comments
 (0)