forked from sargunv/agent-api-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdprint.jsonc
More file actions
22 lines (22 loc) · 770 Bytes
/
Copy pathdprint.jsonc
File metadata and controls
22 lines (22 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://dprint.dev/schemas/v0.json",
"lineWidth": 80,
"indentWidth": 2,
"useTabs": false,
"newLineKind": "lf",
"json": { "preferSingleLine": true },
"markdown": { "textWrap": "always" },
"exec": { "commands": [] },
"gofumpt": {
"langVersion": "go1.26",
"modulePath": "github.com/sargunv/codex-gateway"
},
"plugins": [
"https://plugins.dprint.dev/json-0.22.0.wasm",
"https://plugins.dprint.dev/markdown-0.22.1.wasm",
"https://plugins.dprint.dev/toml-0.7.0.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm",
"https://plugins.dprint.dev/exec-0.7.2.json@6c30bd00dfb176774ece412d0fbf149478269ecc92c55ab2d6f4116938ed993e",
"https://plugins.dprint.dev/jakebailey/gofumpt-v0.0.13.wasm"
]
}