Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add taplo configuration file to format TOML files #1338

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[formatting]
align_comments = false
allowed_blank_lines = 1
array_auto_collapse = false
array_auto_expand = false
indent_string = " "

# TODO: consider sorting arrays of team members if we can agree on how the sort
# order should be case sensitive.
#
# [[rule]]
# include = ["teams/**/*.toml"]
# keys = ["people"]
# [rule.formatting]
# reorder_arrays = true
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ walkdir = "2.3.1"

[workspace]
members = [
"rust_team_data"
"rust_team_data",
]
1 change: 0 additions & 1 deletion people/Aatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "James Miller"
github = "Aatch"
github-id = 342416
email = "james@aatch.net"

2 changes: 1 addition & 1 deletion people/AlexEne.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Alexandru Ene"
github = "AlexEne"
github-id = 5849037
email = "alexene0x11@gmail.com"
email = "alexene0x11@gmail.com"
2 changes: 1 addition & 1 deletion people/LawnGnome.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ github = 'LawnGnome'
github-id = 229984
email = 'adam@adamharvey.name'
zulip-id = 599587
discord-id = 676243966408261632
discord-id = 676243966408261632
2 changes: 1 addition & 1 deletion people/Lokathor.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Daniel Gee"
github = "Lokathor"
github-id = 5456384
email = "zefria@gmail.com"
email = "zefria@gmail.com"
1 change: 0 additions & 1 deletion people/LucasBullen.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "Lucas Bullen"
github = "LucasBullen"
github-id = 10255066
email = "lbullen@redhat.com"

2 changes: 1 addition & 1 deletion people/PeytonT.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = 'Peyton Turner'
github = 'PeytonT'
github-id = 22621596
email = "donaldpeytonturner@gmail.com"
email = "donaldpeytonturner@gmail.com"
2 changes: 1 addition & 1 deletion people/Wodann.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Remco"
github = "Wodann"
github-id = 6917585
email= "wodannson@gmail.com"
email = "wodannson@gmail.com"
1 change: 0 additions & 1 deletion people/alercah.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ github = "alercah"
github-id = 20842325
# email = "alercah@gmail.com"
email = false

1 change: 0 additions & 1 deletion people/bkoropoff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "Brian Koropoff"
github = "bkoropoff"
github-id = 2101303
email = "bkoropoff@gmail.com"

1 change: 0 additions & 1 deletion people/brson.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ github = "brson"
github-id = 147214
# email = "andersrb@gmail.com"
email = false

1 change: 0 additions & 1 deletion people/burakemir.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = 'Burak Emir'
github = 'burakemir'
github-id = 10248140
zulip-id = 638751

2 changes: 1 addition & 1 deletion people/cratelyn.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = 'Katelyn Martin'
github = 'cratelyn'
github-id = 57912822
zulip-id = 327458
zulip-id = 327458
1 change: 0 additions & 1 deletion people/dotdash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ github = "dotdash"
github-id = 230962
irc = "doener"
email = "bsteinbr@gmail.com"

2 changes: 1 addition & 1 deletion people/ecstatic-morse.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = 'Dylan MacKenzie'
github = 'ecstatic-morse'
github-id = 29463364
email = "ecstaticmorse@gmail.com"
email = "ecstaticmorse@gmail.com"
2 changes: 1 addition & 1 deletion people/erlend_sh.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Erlend Sogge Heggen"
github = "erlend-sh"
github-id = 583842
email = "e.soghe@gmail.com"
email = "e.soghe@gmail.com"
2 changes: 1 addition & 1 deletion people/heyrutvik.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = 'Rutvik Patel'
github = 'heyrutvik'
github-id = 6268538
email = "heyrutvik@gmail.com"
email = "heyrutvik@gmail.com"
1 change: 0 additions & 1 deletion people/huonw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ github = "huonw"
github-id = 1203825
irc = "huon"
email = "dbau.pp@gmail.com"

1 change: 0 additions & 1 deletion people/jseyfried.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ github = "jseyfried"
github-id = 8652869
irc = "jseyfried"
email = "jeffrey.seyfried@gmail.com"

1 change: 0 additions & 1 deletion people/kvark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "Dzmitry Malyshau"
github = "kvark"
github-id = 107301
email = "kvark@mozilla.com"

1 change: 0 additions & 1 deletion people/lqd.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "Rémy Rakic"
github = "lqd"
github-id = 247183
email = "remy.rakic+rust@gmail.com"

2 changes: 1 addition & 1 deletion people/mariannegoldin.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = 'M Goldin'
github = 'mariannegoldin'
github-id = 23177337
email = 'marianne.goldin@gmail.com'
email = 'marianne.goldin@gmail.com'
1 change: 0 additions & 1 deletion people/mcarton.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "Martin Carton"
github = "mcarton"
github-id = 3751788
email = "cartonmartin@gmail.com"

2 changes: 1 addition & 1 deletion people/mdtro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ github = 'mdtro'
github-id = 20070360
email = 'me@mdtro.dev'
zulip-id = 502019
discord-id = 129056090401931264
discord-id = 129056090401931264
2 changes: 1 addition & 1 deletion people/mmilenko.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = 'Miodrag Milenković'
github = 'mmilenko'
github-id = 10790773
email = "miodrag.milenkovic@gmail.com"
email = "miodrag.milenkovic@gmail.com"
1 change: 0 additions & 1 deletion people/pcwalton.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "Patrick Walton"
github = "pcwalton"
github-id = 157897
email = "pcwalton@mimiga.net"

1 change: 0 additions & 1 deletion people/tomprince.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name = "Tom Prince"
github = "tomprince"
github-id = 283816
email = "tom.prince@twistedmatrix.com"

2 changes: 1 addition & 1 deletion people/xacrimon.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Joel Wejdenstål"
name = "Joel Wejdenstål"
email = "joel.wejdenstal@gmail.com"
github = "xacrimon"
github-id = 21025159
2 changes: 1 addition & 1 deletion repos/rust-lang/testing-devex-team.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org = "rust-lang"
name = "testing-devex-team"
description = "Home of the Rust Testing DevEx team"
bots = ["rustbot","rfcbot"]
bots = ["rustbot", "rfcbot"]

[access.teams]
testing-devex = "maintain"
2 changes: 1 addition & 1 deletion repos/rust-lang/unsafe-code-guidelines.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org = 'rust-lang'
name = 'unsafe-code-guidelines'
description = "Forum for discussion about what unsafe code can and can't do"
bots = ["rustbot","rfcbot"]
bots = ["rustbot", "rfcbot"]

[access.teams]
opsem = 'maintain'
1 change: 0 additions & 1 deletion teams/archive/interim-leadership-chat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ orgs = ["rust-lang"]
label = "T-interim-leadership-chat"
name = "Interim Leadership Chat"
ping = "rust-lang/interim-leadership-chat"

2 changes: 1 addition & 1 deletion teams/archive/wg-governance.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ leads = []
members = []
alumni = [
"gnunicorn",
"valgrimm"
"valgrimm",
]

[[lists]]
Expand Down
2 changes: 1 addition & 1 deletion teams/arm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ members = [
"hug-dev",
]
included-teams = [
"arm-maintainers"
"arm-maintainers",
]
2 changes: 1 addition & 1 deletion teams/bootstrap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
"clubby789",
]
alumni = [
"jyn514"
"jyn514",
]

[permissions]
Expand Down
2 changes: 1 addition & 1 deletion teams/cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
"weihanglo",
"epage",
"Muscraft",
"arlosi"
"arlosi",
]
alumni = [
"alexcrichton",
Expand Down
2 changes: 1 addition & 1 deletion teams/clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ zulip-stream = "clippy"
repo = "https://github.com/rust-lang/rust-clippy"

[[lists]]
address="clippy@rust-lang.org"
address = "clippy@rust-lang.org"

[[zulip-groups]]
name = "T-clippy"
2 changes: 1 addition & 1 deletion teams/cloud-compute.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ members = [
dev-desktop = true

[[github]]
team-name = "cloud-compute-team" # The name of the GitHub team (optional)
team-name = "cloud-compute-team" # The name of the GitHub team (optional)
orgs = ["rust-lang"]
2 changes: 1 addition & 1 deletion teams/community-localization.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ leads = ["vertexclique", "Manishearth"]
members = [
"Manishearth",
"JohnTitor",
"vertexclique"
"vertexclique",
]
alumni = [
"sebasmagri",
Expand Down
2 changes: 1 addition & 1 deletion teams/community.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ address = "rustbridge@rust-lang.org"
include-team-members = false
extra-people = [
"shadows-withal",
"arshiamufti"
"arshiamufti",
]

[[lists]]
Expand Down
56 changes: 28 additions & 28 deletions teams/compiler-contributors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ subteam-of = "compiler"
[people]
leads = []
members = [
"apiraino",
"b-naber",
"bjorn3",
"BoxyUwU",
"chenyukang",
"cuviper",
"durin42",
"eholk",
"est31",
"fee1-dead",
"flodiebold",
"fmease",
"lqd",
"Mark-Simulacrum",
"Nadrieril",
"Nilstrieb",
"nikic",
"nikomatsakis",
"nnethercote",
"RalfJung",
"saethlin",
"SparrowLii",
"spastorino",
"the8472",
"tmandry",
"tmiasko",
"TaKO8Ki",
"WaffleLapkin",
"apiraino",
"b-naber",
"bjorn3",
"BoxyUwU",
"chenyukang",
"cuviper",
"durin42",
"eholk",
"est31",
"fee1-dead",
"flodiebold",
"fmease",
"lqd",
"Mark-Simulacrum",
"Nadrieril",
"Nilstrieb",
"nikic",
"nikomatsakis",
"nnethercote",
"RalfJung",
"saethlin",
"SparrowLii",
"spastorino",
"the8472",
"tmandry",
"tmiasko",
"TaKO8Ki",
"WaffleLapkin",
]
alumni = [
"Centril",
Expand Down
2 changes: 1 addition & 1 deletion teams/compiler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ extra-people = [
"bjorn3",
"Xanewok",
"nellshamrell",
"jackh726"
"jackh726",
]
18 changes: 9 additions & 9 deletions teams/crate-maintainers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ subteam-of = "libs"
[people]
leads = []
members = [
"Amanieu",
"JohnTitor",
"KodrAus",
"joshtriplett",
"the8472",
"thomcc",
"workingjubilee",
"ChrisDenton",
"Byron",
"Amanieu",
"JohnTitor",
"KodrAus",
"joshtriplett",
"the8472",
"thomcc",
"workingjubilee",
"ChrisDenton",
"Byron",
]
alumni = []

Expand Down
Loading