a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: editorconfig

Mary 1a5e8f3f a77073ce

+13
+13
.editorconfig
··· 1 + [*] 2 + charset = utf-8 3 + end_of_line = lf 4 + insert_final_newline = true 5 + indent_style = tab 6 + trim_trailing_whitespace = true 7 + 8 + [*.{yml,yaml}] 9 + indent_style = space 10 + 11 + [*.md] 12 + indent_style = space 13 + trim_trailing_whitespace = false