Skip to content

Commit 9df2b5f

Browse files
authored
Rollup merge of #83431 - camelid:config-example-gitattributes, r=Mark-Simulacrum
Tell GitHub to highlight `config.toml.example` as TOML This should be a nice small quality of life improvement when looking at `config.toml.example` on GitHub or looking at diffs of it in PRs.
2 parents c143267 + b3ae90b commit 9df2b5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
src/etc/installer/gfx/* binary
1010
src/vendor/** -text
1111
Cargo.lock linguist-generated=false
12+
config.toml.example linguist-language=TOML
1213

1314
# Older git versions try to fix line endings on images and fonts, this prevents it.
1415
*.png binary

0 commit comments

Comments
 (0)