diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-03-27 12:37:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 12:37:21 +0900 |
| commit | 9df2b5f89ca33b99c845ae507e790e78a1e87b9f (patch) | |
| tree | d97a8e54c63e1c20b4ca0c0e419884995a2b4e3f | |
| parent | c1432679017cadb3b0dd3c6c7653e8ba138e4c63 (diff) | |
| parent | b3ae90b4c20ae28c5dc1c141997869f9fd3148a6 (diff) | |
| download | rust-9df2b5f89ca33b99c845ae507e790e78a1e87b9f.tar.gz rust-9df2b5f89ca33b99c845ae507e790e78a1e87b9f.zip | |
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.
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d29c15fe712..51a670b5fbe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,7 @@ src/etc/installer/gfx/* binary src/vendor/** -text Cargo.lock linguist-generated=false +config.toml.example linguist-language=TOML # Older git versions try to fix line endings on images and fonts, this prevents it. *.png binary |
