-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
48 lines (48 loc) · 1.17 KB
/
Copy pathopencode.jsonc
File metadata and controls
48 lines (48 loc) · 1.17 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
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"external_directory": {
"../ito-worktrees/**": "allow",
"../worktrees/**": "allow",
"../../ito/**": "allow",
"../**": "allow",
"~/.local/share/ito/withakay/ito/**": "allow",
},
},
"formatter": {
"cargofmt": {
"disabled": true,
},
"rustfmt": {
"disabled": true,
},
"prek-manual": {
"command": [
"prek",
"run",
"--config",
".pre-commit-opencode.yaml",
"--hook-stage",
"manual",
"--files",
"$FILE",
],
"extensions": [
".rs",
".md",
".txt",
".toml",
".lock",
".json",
".jsonc",
".yaml",
".yml",
".sh",
".py",
".editorconfig",
".gitignore",
".gitattributes",
],
},
},
}