Skip to content

Commit 484b6cf

Browse files
committed
chore: Normalize TOML formatting with taplo
1 parent 3dfa930 commit 484b6cf

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ members = [
1111
"intl-memoizer",
1212
]
1313

14-
exclude = [
15-
"fluent-cli",
16-
]
14+
exclude = ["fluent-cli"]
1715

1816
[workspace.package]
1917
homepage = "https://www.projectfluent.org"
@@ -57,8 +55,8 @@ extend-ignore-re = [
5755
]
5856

5957
[workspace.metadata.typos.default.extend-words]
60-
travelled = "travelled" # sadly part of a public API and fixing would be a breaking change
61-
nd = "nd" # appears frequently in inline test messages
58+
travelled = "travelled" # sadly part of a public API and fixing would be a breaking change
59+
nd = "nd" # appears frequently in inline test messages
6260

6361
[workspace.metadata.typos.files]
6462
ignore-hidden = false

fluent-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ path = "src/main.rs"
2626
[dependencies]
2727
fluent-bundle.workspace = true
2828
fluent-syntax.workspace = true
29-
serde = { workspace = true, features = ["derive"]}
29+
serde = { workspace = true, features = ["derive"] }
3030
serde_json.workspace = true
3131
annotate-snippets = { version = "0.6", features = ["color"] }
3232
clap = "2.33"

fluent-pseudo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
"Cargo.toml",
2121
"README.md",
2222
"LICENSE-APACHE",
23-
"LICENSE-MIT"
23+
"LICENSE-MIT",
2424
]
2525

2626
[dependencies]

fluent-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
"Cargo.toml",
2121
"README.md",
2222
"LICENSE-APACHE",
23-
"LICENSE-MIT"
23+
"LICENSE-MIT",
2424
]
2525

2626
[dependencies]

fluent-testing/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ include = [
2020
"Cargo.toml",
2121
"README.md",
2222
"LICENSE-APACHE",
23-
"LICENSE-MIT"
23+
"LICENSE-MIT",
2424
]
2525

2626
[dependencies]
2727
fluent-bundle.workspace = true
2828
fluent-fallback.workspace = true
29-
tokio = { workspace = true, optional = true, features = ["fs", "rt-multi-thread", "macros", "io-util"] }
29+
tokio = { workspace = true, optional = true, features = [
30+
"fs",
31+
"rt-multi-thread",
32+
"macros",
33+
"io-util",
34+
] }
3035

3136
[features]
3237
default = ["sync"]

fluent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
"Cargo.toml",
2121
"README.md",
2222
"LICENSE-APACHE",
23-
"LICENSE-MIT"
23+
"LICENSE-MIT",
2424
]
2525

2626
[dependencies]

intl-memoizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
"Cargo.toml",
2121
"README.md",
2222
"LICENSE-APACHE",
23-
"LICENSE-MIT"
23+
"LICENSE-MIT",
2424
]
2525

2626
[dependencies]

0 commit comments

Comments
 (0)