decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
9
fork

Configure Feed

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

chore: add .editorconfig file

+15
+15
.editorconfig
··· 1 + root = true 2 + 3 + [*] 4 + end_of_line = lf 5 + insert_final_newline = true 6 + indent_style = space 7 + 8 + [*.py] 9 + indent_size = 4 10 + 11 + [*.html] 12 + indent_size = 2 13 + 14 + [*.css] 15 + indent_size = 4