Skip to content

Commit bf6ea71

Browse files
authored
Add taplo configuration file to format TOML files (#1338)
* Add taplo configuration to format TOML files * taplo format
1 parent 84c64cb commit bf6ea71

Some content is hidden

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

77 files changed

+181
-188
lines changed

.taplo.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[formatting]
2+
align_comments = false
3+
allowed_blank_lines = 1
4+
array_auto_collapse = false
5+
array_auto_expand = false
6+
indent_string = " "
7+
8+
# TODO: consider sorting arrays of team members if we can agree on how the sort
9+
# order should be case sensitive.
10+
#
11+
# [[rule]]
12+
# include = ["teams/**/*.toml"]
13+
# keys = ["people"]
14+
# [rule.formatting]
15+
# reorder_arrays = true

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ walkdir = "2.3.1"
3131

3232
[workspace]
3333
members = [
34-
"rust_team_data"
34+
"rust_team_data",
3535
]

people/Aatch.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "James Miller"
22
github = "Aatch"
33
github-id = 342416
44
5-

people/AlexEne.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "Alexandru Ene"
22
github = "AlexEne"
33
github-id = 5849037
4-
4+

people/LawnGnome.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ github = 'LawnGnome'
33
github-id = 229984
44
55
zulip-id = 599587
6-
discord-id = 676243966408261632
6+
discord-id = 676243966408261632

people/Lokathor.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "Daniel Gee"
22
github = "Lokathor"
33
github-id = 5456384
4-
4+

people/LucasBullen.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "Lucas Bullen"
22
github = "LucasBullen"
33
github-id = 10255066
44
5-

people/PeytonT.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'Peyton Turner'
22
github = 'PeytonT'
33
github-id = 22621596
4-
4+

people/Wodann.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "Remco"
22
github = "Wodann"
33
github-id = 6917585
4-
4+

people/alercah.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ github = "alercah"
33
github-id = 20842325
44
# email = "[email protected]"
55
email = false
6-

people/bkoropoff.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "Brian Koropoff"
22
github = "bkoropoff"
33
github-id = 2101303
44
5-

people/brson.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ github = "brson"
33
github-id = 147214
44
# email = "[email protected]"
55
email = false
6-

people/burakemir.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = 'Burak Emir'
22
github = 'burakemir'
33
github-id = 10248140
44
zulip-id = 638751
5-

people/cratelyn.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'Katelyn Martin'
22
github = 'cratelyn'
33
github-id = 57912822
4-
zulip-id = 327458
4+
zulip-id = 327458

people/dotdash.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ github = "dotdash"
33
github-id = 230962
44
irc = "doener"
55
6-

people/ecstatic-morse.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'Dylan MacKenzie'
22
github = 'ecstatic-morse'
33
github-id = 29463364
4-
4+

people/erlend_sh.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "Erlend Sogge Heggen"
22
github = "erlend-sh"
33
github-id = 583842
4-
4+

people/heyrutvik.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'Rutvik Patel'
22
github = 'heyrutvik'
33
github-id = 6268538
4-
4+

people/huonw.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ github = "huonw"
33
github-id = 1203825
44
irc = "huon"
55
6-

people/jseyfried.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ github = "jseyfried"
33
github-id = 8652869
44
irc = "jseyfried"
55
6-

people/kvark.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "Dzmitry Malyshau"
22
github = "kvark"
33
github-id = 107301
44
5-

people/lqd.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "Rémy Rakic"
22
github = "lqd"
33
github-id = 247183
44
5-

people/mariannegoldin.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'M Goldin'
22
github = 'mariannegoldin'
33
github-id = 23177337
4-
4+

people/mcarton.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "Martin Carton"
22
github = "mcarton"
33
github-id = 3751788
44
5-

people/mdtro.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ github = 'mdtro'
33
github-id = 20070360
44
55
zulip-id = 502019
6-
discord-id = 129056090401931264
6+
discord-id = 129056090401931264

people/mmilenko.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = 'Miodrag Milenković'
22
github = 'mmilenko'
33
github-id = 10790773
4-
4+

people/pcwalton.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "Patrick Walton"
22
github = "pcwalton"
33
github-id = 157897
44
5-

people/tomprince.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name = "Tom Prince"
22
github = "tomprince"
33
github-id = 283816
44
5-

people/xacrimon.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "Joel Wejdenstål"
1+
name = "Joel Wejdenstål"
22
33
github = "xacrimon"
44
github-id = 21025159
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org = "rust-lang"
22
name = "testing-devex-team"
33
description = "Home of the Rust Testing DevEx team"
4-
bots = ["rustbot","rfcbot"]
4+
bots = ["rustbot", "rfcbot"]
55

66
[access.teams]
77
testing-devex = "maintain"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org = 'rust-lang'
22
name = 'unsafe-code-guidelines'
33
description = "Forum for discussion about what unsafe code can and can't do"
4-
bots = ["rustbot","rfcbot"]
4+
bots = ["rustbot", "rfcbot"]
55

66
[access.teams]
77
opsem = 'maintain'

teams/archive/interim-leadership-chat.toml

-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ orgs = ["rust-lang"]
3333
label = "T-interim-leadership-chat"
3434
name = "Interim Leadership Chat"
3535
ping = "rust-lang/interim-leadership-chat"
36-

teams/archive/wg-governance.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ leads = []
77
members = []
88
alumni = [
99
"gnunicorn",
10-
"valgrimm"
10+
"valgrimm",
1111
]
1212

1313
[[lists]]

teams/arm.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ members = [
1010
"hug-dev",
1111
]
1212
included-teams = [
13-
"arm-maintainers"
13+
"arm-maintainers",
1414
]

teams/bootstrap.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
"clubby789",
1111
]
1212
alumni = [
13-
"jyn514"
13+
"jyn514",
1414
]
1515

1616
[permissions]

teams/cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
"weihanglo",
1111
"epage",
1212
"Muscraft",
13-
"arlosi"
13+
"arlosi",
1414
]
1515
alumni = [
1616
"alexcrichton",

teams/clippy.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ zulip-stream = "clippy"
4444
repo = "https://github.com/rust-lang/rust-clippy"
4545

4646
[[lists]]
47-
47+
address = "[email protected]"
4848

4949
[[zulip-groups]]
5050
name = "T-clippy"

teams/cloud-compute.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ members = [
2525
dev-desktop = true
2626

2727
[[github]]
28-
team-name = "cloud-compute-team" # The name of the GitHub team (optional)
28+
team-name = "cloud-compute-team" # The name of the GitHub team (optional)
2929
orgs = ["rust-lang"]

teams/community-localization.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ leads = ["vertexclique", "Manishearth"]
66
members = [
77
"Manishearth",
88
"JohnTitor",
9-
"vertexclique"
9+
"vertexclique",
1010
]
1111
alumni = [
1212
"sebasmagri",

teams/community.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ address = "[email protected]"
6262
include-team-members = false
6363
extra-people = [
6464
"shadows-withal",
65-
"arshiamufti"
65+
"arshiamufti",
6666
]
6767

6868
[[lists]]

teams/compiler-contributors.toml

+28-28
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@ subteam-of = "compiler"
44
[people]
55
leads = []
66
members = [
7-
"apiraino",
8-
"b-naber",
9-
"bjorn3",
10-
"BoxyUwU",
11-
"chenyukang",
12-
"cuviper",
13-
"durin42",
14-
"eholk",
15-
"est31",
16-
"fee1-dead",
17-
"flodiebold",
18-
"fmease",
19-
"lqd",
20-
"Mark-Simulacrum",
21-
"Nadrieril",
22-
"Nilstrieb",
23-
"nikic",
24-
"nikomatsakis",
25-
"nnethercote",
26-
"RalfJung",
27-
"saethlin",
28-
"SparrowLii",
29-
"spastorino",
30-
"the8472",
31-
"tmandry",
32-
"tmiasko",
33-
"TaKO8Ki",
34-
"WaffleLapkin",
7+
"apiraino",
8+
"b-naber",
9+
"bjorn3",
10+
"BoxyUwU",
11+
"chenyukang",
12+
"cuviper",
13+
"durin42",
14+
"eholk",
15+
"est31",
16+
"fee1-dead",
17+
"flodiebold",
18+
"fmease",
19+
"lqd",
20+
"Mark-Simulacrum",
21+
"Nadrieril",
22+
"Nilstrieb",
23+
"nikic",
24+
"nikomatsakis",
25+
"nnethercote",
26+
"RalfJung",
27+
"saethlin",
28+
"SparrowLii",
29+
"spastorino",
30+
"the8472",
31+
"tmandry",
32+
"tmiasko",
33+
"TaKO8Ki",
34+
"WaffleLapkin",
3535
]
3636
alumni = [
3737
"Centril",

teams/compiler.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ extra-people = [
9191
"bjorn3",
9292
"Xanewok",
9393
"nellshamrell",
94-
"jackh726"
94+
"jackh726",
9595
]

teams/crate-maintainers.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ subteam-of = "libs"
44
[people]
55
leads = []
66
members = [
7-
"Amanieu",
8-
"JohnTitor",
9-
"KodrAus",
10-
"joshtriplett",
11-
"the8472",
12-
"thomcc",
13-
"workingjubilee",
14-
"ChrisDenton",
15-
"Byron",
7+
"Amanieu",
8+
"JohnTitor",
9+
"KodrAus",
10+
"joshtriplett",
11+
"the8472",
12+
"thomcc",
13+
"workingjubilee",
14+
"ChrisDenton",
15+
"Byron",
1616
]
1717
alumni = []
1818

0 commit comments

Comments
 (0)