mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9e3258e51f
We force the usage of LF line endings, but *only* in text files.
11 lines
238 B
Plaintext
11 lines
238 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
|
|
src/rt/msvc/* -whitespace
|
|
src/rt/vg/* -whitespace
|
|
src/rt/linenoise/* -whitespace
|
|
src/rt/jemalloc/**/* -whitespace
|