mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02: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:
@@ -8,4 +8,4 @@ publish = false
|
||||
test-package = { version = "*" }
|
||||
|
||||
[lib]
|
||||
path = "lib.rs"
|
||||
path = "lib.rs"
|
||||
|
||||
@@ -12,8 +12,8 @@ wrong-key = true
|
||||
|
||||
[ignore]
|
||||
files = [
|
||||
"./fake/file.html",
|
||||
"./fake/file.html",
|
||||
]
|
||||
directories = [
|
||||
"./fake/dir",
|
||||
"./fake/dir",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user