-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy path.hongdown.toml
More file actions
118 lines (116 loc) · 2 KB
/
.hongdown.toml
File metadata and controls
118 lines (116 loc) · 2 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
no_inherit = true
include = ["*.md", "**/*.md"]
exclude = [
"**/node_modules/**",
"**/dist/**",
".claude/skills/**",
".github/copilot-instructions.md",
"AGENT.md",
"CLAUDE.md",
"GEMINI.md",
"WARP.md",
"packages/fedify/src/cfworkers/**",
"plan.md",
"**/plans/**",
]
[heading]
sentence_case = true
proper_nouns = [
"@fedify/cli",
"@fedify/elysia",
"@fedify/express",
"@fedify/fastify",
"@fedify/fedify",
"@fedify/fresh",
"@fedify/h3",
"@fedify/hono",
"@fedify/koa",
"@fedify/mysql",
"@fedify/nestjs",
"@fedify/nuxt",
"@fedify/postgres",
"@fedify/redis",
"@fedify/solidstart",
"@fedify/sqlite",
"@fedify/sveltekit",
"@fedify/webfinger",
"Activity Streams",
"Activity Vocabulary",
"ActivityKit",
"ActivityPub",
"ActivityStreams",
"Akkoma",
"Biome",
"BotKit",
"BrowserPub",
"bun-types",
"cloudflared",
"Cloudflare Tunnel",
"Cloudflare Workers",
"create-next-app",
"Deno",
"Deno Deploy",
"Deno Lint",
"Docker Compose",
"Drizzle Kit",
"Drizzle ORM",
"Fastify",
"Fedify",
"Elysia",
"Encyclia",
"ESLint",
"Express",
"FIRES",
"h3",
"Hackers' Pub",
"Hollo",
"Homebrew",
"Hono",
"HTTP Message Signatures",
"HTTP Signatures",
"JSX",
"Koa",
"Lemmy",
"Linked Data Signatures",
"LitePub",
"LogTape",
"Mastodon",
"Mbin",
"mise",
"Misskey",
"NestJS",
"Next.js",
"Node.js",
"NodeBB",
"NodeInfo",
"ngrok",
"Object Integrity Proofs",
"OpenTelemetry",
"Piefed",
"Pixelfed",
"Pleroma",
"Podman Compose",
"RabbitMQ",
"Redis",
"scrypt",
"Scoop",
"Serveo",
"SiliconBeest",
"SolidStart",
"SQLite",
"SvelteKit",
"TypeScript",
"Typo Blue",
"URI Template",
"URI Templates",
"Visual Studio Code",
"VitePress",
"WebAssembly",
"WebFinger",
"x-forwarded-fetch",
]
[code_block.formatters]
#javascript = ["deno", "fmt", "--ext=js", "-"]
#json = ["deno", "fmt", "--ext=jsonc", "-"]
#jsonc = ["deno", "fmt", "--ext=jsonc", "-"]
#typescript = ["deno", "fmt", "--ext=ts", "-"]