forked from fedify-dev/fedify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.hongdown.toml
More file actions
93 lines (91 loc) · 1.63 KB
/
.hongdown.toml
File metadata and controls
93 lines (91 loc) · 1.63 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
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/postgres",
"@fedify/redis",
"@fedify/solidstart",
"@fedify/sqlite",
"@fedify/sveltekit",
"@fedify/webfinger",
"Activity Streams",
"Activity Vocabulary",
"ActivityPub",
"ActivityStreams",
"Akkoma",
"BotKit",
"BrowserPub",
"Cloudflare Workers",
"Deno",
"Deno Deploy",
"Deno Lint",
"Fastify",
"Fedify",
"Elysia",
"Encyclia",
"ESLint",
"Express",
"h3",
"Hackers' Pub",
"Hollo",
"Homebrew",
"Hono",
"HTTP Message Signatures",
"HTTP Signatures",
"Koa",
"Lemmy",
"Linked Data Signatures",
"LitePub",
"LogTape",
"Mastodon",
"mise",
"Misskey",
"NestJS",
"NodeInfo",
"Object Integrity Proofs",
"OpenTelemetry",
"Pixelfed",
"Pleroma",
"RabbitMQ",
"Redis",
"Scoop",
"SolidStart",
"SvelteKit",
"Typo Blue",
"URI Template",
"URI Templates",
"Visual Studio Code",
"VitePress",
"WebAssembly",
"WebFinger",
]
[code_block.formatters]
#javascript = ["deno", "fmt", "--ext=js", "-"]
#json = ["deno", "fmt", "--ext=jsonc", "-"]
#jsonc = ["deno", "fmt", "--ext=jsonc", "-"]
#typescript = ["deno", "fmt", "--ext=ts", "-"]