We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95d8d8 commit f79da6eCopy full SHA for f79da6e
.taplo.toml
@@ -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,6 +1,3 @@
[workspace]
resolver = "2"
-members = [
- "llvm-plugin",
- "llvm-plugin-macros",
6
-]
+members = ["llvm-plugin", "llvm-plugin-macros"]
llvm-plugin-macros/Cargo.toml
@@ -16,4 +16,4 @@ proc-macro = true
16
[dependencies]
17
proc-macro2 = { version = "1", default-features = false }
18
syn = { version = "1", features = ["full"] }
19
-quote = {version = "1", default-features = false }
+quote = { version = "1", default-features = false }
0 commit comments