-
-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathtaplo.toml
55 lines (40 loc) · 848 Bytes
/
taplo.toml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
include = ["**/*.toml"]
exclude = [
"**/*nested-1000.toml",
"**/node_modules/**",
"**/invalid/*",
"test-data/**",
"target",
]
[formatting]
[[rule]]
[rule.formatting]
include = ["taplo.toml"]
keys = ["exclude"]
array_auto_collapse = false
[[rule]]
[rule.formatting]
include = ["**/Cargo.toml"]
array_auto_expand = false
inline_table_expand = false
[[rule]]
[rule.formatting]
align_entries = true
[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies", "*-dependencies", "workspace"]
[rule.formatting]
reorder_keys = true
align_comments = true
[[rule]]
include = ["**/Cargo.toml"]
keys = ["package", "workspace.package"]
[rule.formatting]
reorder_keys = false
align_comments = true
[[rule]]
include = ["pyproject.toml"]
[rule.formatting]
align_entries = true
reorder_keys = false
align_comments = true