forked from moltis-org/moltis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaplo.toml
More file actions
22 lines (21 loc) · 746 Bytes
/
taplo.toml
File metadata and controls
22 lines (21 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Note: For VS Code, if this file is changed, the evenBetterToml extension needs
# to be reloaded to pick up the changes. To do this, type ⌘ + ⇧ + P to enter the
# Command Palette, and chose "Reload Window".
#
# https://taplo.tamasfe.dev/configuration/formatter-options.html
[formatting]
align_comments = false
align_entries = true
allowed_blank_lines = 1
array_auto_expand = true
column_width = 100
inline_table_expand = false
reorder_arrays = true
reorder_inline_tables = true
reorder_keys = true
# Disable array reordering for cargo-deb assets (format is [source, dest, mode])
[[rule]]
include = ["**/Cargo.toml"]
keys = ["package.metadata.deb"]
[rule.formatting]
reorder_arrays = false