-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathtombi.toml
More file actions
59 lines (52 loc) · 1.36 KB
/
Copy pathtombi.toml
File metadata and controls
59 lines (52 loc) · 1.36 KB
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
56
57
58
59
toml-version = "v1.0.0"
[files]
include = ["**/*.toml"]
exclude = [
"src/testing/assets/fixtures/themes/malformed.toml",
"src/testing/assets/fixtures/themes/test-unknown-elements.toml",
]
[format]
[format.rules]
array-bracket-space-width = 0
array-comma-space-width = 1
date-time-delimiter = "T"
indent-style = "space"
indent-sub-tables = false
indent-table-key-value-pairs = false
indent-width = 2
inline-table-brace-space-width = 1
inline-table-comma-space-width = 1
key-value-equals-sign-alignment = false
key-value-equals-sign-space-width = 1
line-ending = "lf"
line-width = 128
string-quote-style = "double"
trailing-comment-alignment = false
trailing-comment-space-width = 2
[lint]
[lint.rules]
dotted-keys-out-of-order = "warn"
key-empty = "warn"
tables-out-of-order = "warn"
[lsp]
code-action.enabled = true
completion.enabled = true
diagnostic.enabled = true
document-link.enabled = true
formatting.enabled = true
goto-declaration.enabled = true
goto-definition.enabled = true
goto-type-definition.enabled = true
hover.enabled = true
workspace-diagnostic.enabled = true
[schema]
enabled = true
strict = true
[schema.catalog]
paths = [
"tombi://www.schemastore.org/api/json/catalog.json",
"https://www.schemastore.org/api/json/catalog.json",
]
[[schemas]]
path = "schema/json/theme.schema.json"
include = ["etc/defaults/themes/*.toml", "src/testing/assets/themes/*.toml"]