diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2023-08-17 17:07:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 15:07:43 +0000 |
commit | c0bee7cb86a3bc2d3a4a2f405031ccb39ef807ac (patch) | |
tree | 41af15c6f750772b53d676ecf350901544bad812 /rustfmt.toml | |
parent | 6622b91f79327d1c44d18459e6c2a023ae2db3ba (diff) | |
download | servo-c0bee7cb86a3bc2d3a4a2f405031ccb39ef807ac.tar.gz servo-c0bee7cb86a3bc2d3a4a2f405031ccb39ef807ac.zip |
Format toml files (#30112)
* Add taplo fmt config for toml fmt
* fmt toml files
* Add even-better-toml to extensions recommendations
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 90fcdc76cd8..8968311a3f5 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,4 @@ match_block_trailing_comma = true binop_separator = "Back" reorder_imports = true -ignore = [ "third_party" ] +ignore = ["third_party"] |