-
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy path.taplo.toml
More file actions
20 lines (20 loc) · 594 Bytes
/
Copy path.taplo.toml
File metadata and controls
20 lines (20 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[[rule]]
formatting.align_entries = false
formatting.reorder_keys = false
include = ["settings.toml"]
schema.enabled = true
schema.path = "settings-schema.json"
[formatting]
align_entries = true
allowed_blank_lines = 1
array_auto_collapse = false
array_auto_expand = false
array_trailing_comma = true
column_width = 100
compact_arrays = true
compact_inline_tables = false
crlf = false
indent_entries = false
indent_tables = false
reorder_keys = true
trailing_newline = true