27 lines
944 B
Plaintext
27 lines
944 B
Plaintext
[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4
|
|
|
|
* 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 and fonts, this prevents it.
|
|
*.png binary
|
|
*.ico binary
|
|
*.woff binary
|
|
*.woff2 binary
|
|
|
|
# Needed as part of converting rustfmt to a subtree, can hopefully be removed later.
|
|
src/tools/rustfmt/tests/source/issue-3494/crlf.rs -text
|
|
src/tools/rustfmt/tests/source/comment_crlf_newline.rs -text
|
|
src/tools/rustfmt/tests/source/configs/enum_discrim_align_threshold/40.rs -text
|
|
src/tools/rustfmt/tests/target/issue-3494/crlf.rs -text
|
|
src/tools/rustfmt/tests/target/comment_crlf_newline.rs -text
|
|
src/tools/rustfmt/tests/target/configs/enum_discrim_align_threshold/40.rs -text
|