Skip to content

Commit 177583d

Browse files
authored
Merge pull request rust-lang#2582 from rust-lang/rustc-pull
Rustc pull update
2 parents e65952c + 7dcb968 commit 177583d

File tree

1,733 files changed

+34205
-17507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,733 files changed

+34205
-17507
lines changed

.editorconfig

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,23 @@ root = true
88
end_of_line = lf
99
charset = utf-8
1010
insert_final_newline = true
11+
trim_trailing_whitespace = true
12+
indent_style = space
13+
indent_size = 4
1114

1215
# some tests need trailing whitespace in output snapshots
13-
[!tests/]
14-
trim_trailing_whitespace = true
16+
[tests/**]
17+
trim_trailing_whitespace = false
1518
# for actual source code files of test, we still don't want trailing whitespace
1619
[tests/**.{rs,js}]
1720
trim_trailing_whitespace = true
1821
# these specific source files need to have trailing whitespace.
1922
[tests/ui/{frontmatter/frontmatter-whitespace-3.rs,parser/shebang/shebang-space.rs}]
2023
trim_trailing_whitespace = false
2124

22-
[!src/llvm-project]
23-
indent_style = space
24-
indent_size = 4
25+
[src/llvm-project]
26+
indent_style = unset
27+
indent_size = unset
2528

2629
[*.rs]
2730
max_line_length = 100

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Guillaume Gomez <[email protected]>
255255
Guillaume Gomez <[email protected]> ggomez <[email protected]>
256256
Guillaume Gomez <[email protected]> Guillaume Gomez <[email protected]>
257257
Guillaume Gomez <[email protected]> Guillaume Gomez <[email protected]>
258+
258259
hamidreza kalbasi <[email protected]>
259260
260261

0 commit comments

Comments
 (0)