-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtaplo.toml
More file actions
36 lines (33 loc) · 777 Bytes
/
Copy pathtaplo.toml
File metadata and controls
36 lines (33 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
include = [
"pyproject.toml",
"taplo.toml",
]
[formatting]
allowed_blank_lines = 1
array_auto_collapse = false
array_auto_expand = true
column_width = 1
compact_arrays = false
indent_string = " "
trailing_newline = true
[[rule]]
formatting = { reorder_arrays = true, reorder_keys = true }
include = [
"pyproject.toml",
]
keys = [
"dependency-groups",
"dependency-groups.dev",
"dependency-groups.docs",
"project.optional-dependencies",
"project.optional-dependencies.cli",
"project.optional-dependencies.db",
"project.optional-dependencies.http",
"project.optional-dependencies.k8s",
"project.optional-dependencies.log",
]
[[rule]]
formatting = { reorder_arrays = true, reorder_keys = true }
include = [
"taplo.toml",
]