mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Format toml files (#30112)
* Add taplo fmt config for toml fmt * fmt toml files * Add even-better-toml to extensions recommendations
This commit is contained in:
parent
6622b91f79
commit
c0bee7cb86
19 changed files with 139 additions and 124 deletions
|
@ -37,7 +37,7 @@ profile_traits = { path = "../profile_traits" }
|
|||
script_traits = { path = "../script_traits" }
|
||||
serde = { workspace = true }
|
||||
servo_config = { path = "../config" }
|
||||
servo_rand = {path = "../rand" }
|
||||
servo_rand = { path = "../rand" }
|
||||
servo_remutex = { path = "../remutex" }
|
||||
servo_url = { path = "../url" }
|
||||
style_traits = { path = "../style_traits" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue