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 /taplo.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 'taplo.toml')
-rw-r--r-- | taplo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/taplo.toml b/taplo.toml new file mode 100644 index 00000000000..a629f939b96 --- /dev/null +++ b/taplo.toml @@ -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 = " " |