Daniel Micay | 86efd97 | 2013-05-03 23:25:04 | [diff] [blame] | 1 | [attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4 |
2 | |||||
Daniel Micay | 9e3258e | 2013-09-19 23:06:05 | [diff] [blame] | 3 | * text=auto eol=lf |
Daniel Micay | 86efd97 | 2013-05-03 23:25:04 | [diff] [blame] | 4 | *.cpp rust |
5 | *.h rust | ||||
bjorn3 | 3904617 | 2020-11-08 15:40:00 | [diff] [blame] | 6 | *.rs rust diff=rust |
Ralf Jung | 4a60706 | 2024-12-12 06:19:57 | [diff] [blame] | 7 | *.fixed linguist-language=Rust |
Lieselotte | daeb449 | 2025-03-29 11:39:06 | [diff] [blame] | 8 | *.pp linguist-language=Rust |
Ralf Jung | 4a60706 | 2024-12-12 06:19:57 | [diff] [blame] | 9 | *.mir linguist-language=Rust |
Alex Crichton | f3dfcae | 2017-01-21 01:03:06 | [diff] [blame] | 10 | src/etc/installer/gfx/* binary |
Steve Klabnik | 2b2c62b | 2017-02-10 16:27:34 | [diff] [blame] | 11 | src/vendor/** -text |
Alex Crichton | 815ce8c | 2019-08-20 13:56:46 | [diff] [blame] | 12 | Cargo.lock linguist-generated=false |
Pietro Albini | 645b7c2 | 2019-01-23 10:54:23 | [diff] [blame] | 13 | |
Jethro Beekman | b1de9d4 | 2021-03-16 16:14:01 | [diff] [blame] | 14 | # Older git versions try to fix line endings on images and fonts, this prevents it. |
Pietro Albini | 645b7c2 | 2019-01-23 10:54:23 | [diff] [blame] | 15 | *.png binary |
16 | *.ico binary | ||||
Jethro Beekman | b1de9d4 | 2021-03-16 16:14:01 | [diff] [blame] | 17 | *.woff binary |
18 | *.woff2 binary |