Skip to content

Commit

Permalink
chore: Update toml formatting (#5368)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj authored Aug 3, 2022
1 parent f30e34b commit 12fd737
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://taplo.tamasfe.dev/configuration/formatter-options.html
[formatting]
align_entries = true
indent_tables = true
reorder_keys = true
26 changes: 13 additions & 13 deletions crates/ast_node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[package]
authors = ["강동윤 <[email protected]>"]
description = "Macros for ast nodes."
authors = ["강동윤 <[email protected]>"]
description = "Macros for ast nodes."
documentation = "https://rustdoc.swc.rs/ast_node/"
edition = "2021"
license = "Apache-2.0"
name = "ast_node"
repository = "https://github.com/swc-project/swc.git"
version = "0.8.2"
edition = "2021"
license = "Apache-2.0"
name = "ast_node"
repository = "https://github.com/swc-project/swc.git"
version = "0.8.2"

[lib]
bench = false
bench = false
proc-macro = true

[dependencies]
darling = "0.13"
pmutil = "0.5.1"
proc-macro2 = "1"
quote = "1"
darling = "0.13"
pmutil = "0.5.1"
proc-macro2 = "1"
quote = "1"
swc_macros_common = { version = "0.3.4", path = "../swc_macros_common" }

[dependencies.syn]
features = ["derive", "fold", "parsing", "printing", "visit-mut"]
version = "1"
version = "1"

0 comments on commit 12fd737

Please sign in to comment.