| 1 | [attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4 |
| 2 | |
| 3 | * text=auto eol=lf |
| 4 | *.cpp rust |
| 5 | *.h rust |
| 6 | *.rs rust diff=rust |
| 7 | *.fixed linguist-language=Rust |
| 8 | *.pp linguist-language=Rust |
| 9 | *.mir linguist-language=Rust |
| 10 | src/etc/installer/gfx/* binary |
| 11 | src/vendor/** -text |
| 12 | Cargo.lock linguist-generated=false |
| 13 | |
| 14 | # Older git versions try to fix line endings on images and fonts, this prevents it. |
| 15 | *.png binary |
| 16 | *.ico binary |
| 17 | *.woff binary |
| 18 | *.woff2 binary |