mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
9
taplo.toml
Normal file
9
taplo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
# upstream files we should not format
|
||||
exclude = ["third_party/**", "tests/**"]
|
||||
|
||||
[formatting]
|
||||
array_auto_collapse = false
|
||||
array_auto_expand = false
|
||||
align_comments = false
|
||||
column_width = 120
|
||||
indent_string = " "
|
Loading…
Add table
Add a link
Reference in a new issue