-
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
// dprint (コードフォーマッタ) の設定ファイル。
// <https://dprint.dev/>
//
// SPDX-FileCopyrightText: 2024 Shota FUJI <pockawoooh@gmail.com>
// SPDX-License-Identifier: AGPL-3.0-only
{
"biome": {
"lineWidth": 90
},
"markdown": {
"lineWidth": 100
},
"exec": {
"commands": [
{
"exts": ["proto"],
"command": "bunx buf format {{file_path}}"
}
]
},
"yaml": {},
"plugins": [
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
// "Biome is a fast formatter for JavaScript, TypeScript, JSX, TSX, JSON, CSS and GraphQL..."
"https://plugins.dprint.dev/biome-0.7.1.wasm",
"https://plugins.dprint.dev/exec-0.5.0.json@8d9972eee71fa1590e04873540421f3eda7674d0f1aae3d7c788615e7b7413d0",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
]
}