tangled
alpha
login
or
join now
chadtmiller.com
/
swell
๐ A GraphQL implementation in Gleam
3
fork
atom
overview
issues
pulls
pipelines
format and add claude hook for formatting
chadtmiller.com
1 month ago
f8ae82a7
cfd0148c
options
unified
split
Changed files
+15
.claude
settings.json
+15
.claude/settings.json
···
1
1
+
{
2
2
+
"hooks": {
3
3
+
"PostToolUse": [
4
4
+
{
5
5
+
"matcher": "Write|Edit|MultiEdit",
6
6
+
"hooks": [
7
7
+
{
8
8
+
"type": "command",
9
9
+
"command": "gleam format"
10
10
+
}
11
11
+
]
12
12
+
}
13
13
+
]
14
14
+
}
15
15
+
}