personal web client for Bluesky
typescript solidjs bluesky atcute
at trunk 215 B view raw
1[*] 2charset = utf-8 3end_of_line = lf 4insert_final_newline = true 5indent_style = tab 6trim_trailing_whitespace = true 7 8[*.{yml,yaml}] 9indent_style = space 10 11[*.md] 12indent_style = space 13trim_trailing_whitespace = false