We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e637 commit 2a5e7acCopy full SHA for 2a5e7ac
teams/style.toml
@@ -0,0 +1,38 @@
1
+name = "style"
2
+subteam-of = "lang"
3
+
4
+[people]
5
+leads = ["calebcartwright"]
6
+members = [
7
+ "calebcartwright",
8
+ "compiler-errors",
9
+ "joshtriplett",
10
+ "yaahc",
11
+]
12
13
+[[github]]
14
+orgs = ["rust-lang"]
15
16
+[permissions]
17
+# Primarily for documentation stored in rust-lang/rust
18
+bors.rust.review = true
19
20
+[rfcbot]
21
+label = "T-style"
22
+name = "Style"
23
+ping = "rust-lang/style"
24
25
+[website]
26
+name = "Style team"
27
+description = "Defining and evolving the default Rust coding style"
28
+zulip-stream = "t-style"
29
30
+[[zulip-groups]]
31
+name = "T-style"
32
33
+[[lists]]
34
+address = "style@rust-lang.org"
35
36
37
+address = "style-team@rust-lang.org"
38
0 commit comments