Skip to content

Commit 7dcb968

Browse files
author
The rustc-josh-sync Cronjob Bot
committed
Merge ref '2f3f27bf79ec' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 2f3f27b Filtered ref: 82a5eafbafdb98eae68193600732388ae4135756 Upstream diff: rust-lang/rust@a1dbb44...2f3f27b This merge was created using https://github.com/rust-lang/josh-sync.
2 parents cfc73b5 + 2f3f27b commit 7dcb968

File tree

1,732 files changed

+34204
-17506
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,732 files changed

+34204
-17506
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)