Skip to content

Commit f79da6e

Browse files
committed
style(config): apply taplo formatting to toml files (#22)
1 parent f95d8d8 commit f79da6e

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.taplo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# configuration for https://github.com/tamasfe/taplo
2+
3+
[formatting]
4+
indent_string = " "
5+
reorder_arrays = true

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[workspace]
22
resolver = "2"
3-
members = [
4-
"llvm-plugin",
5-
"llvm-plugin-macros",
6-
]
3+
members = ["llvm-plugin", "llvm-plugin-macros"]

llvm-plugin-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ proc-macro = true
1616
[dependencies]
1717
proc-macro2 = { version = "1", default-features = false }
1818
syn = { version = "1", features = ["full"] }
19-
quote = {version = "1", default-features = false }
19+
quote = { version = "1", default-features = false }

0 commit comments

Comments
 (0)