X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.gitattributes;h=51a670b5fbefdaf7904f1d304ea482b0543bc9a9;hb=3f059f60467419823e2a63d6d20f414829040f2f;hp=cb87b5d01385ad82c7a1658208d0a2605c7f4306;hpb=3561433ef2ee6eff86b99be4d9e59114c7f0f875;p=rust.git diff --git a/.gitattributes b/.gitattributes index cb87b5d0138..51a670b5fbe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,18 @@ -* text=auto eol=lf +[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4 -# git grep shouldn't match entries in this benchmark data -bench_data/** binary +* text=auto eol=lf +*.cpp rust +*.h rust +*.rs rust diff=rust +*.fixed linguist-language=Rust +*.mir linguist-language=Rust +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, this prevents it. +# Older git versions try to fix line endings on images and fonts, this prevents it. *.png binary -*.jpg binary *.ico binary +*.woff binary +*.woff2 binary