🧵 Soothing pastel theme for Tangled! (WIP)
8

Configure Feed

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

add `.editorconfig`

cswimr (Jul 2, 2026, 11:11 PM EDT) a36dbe55 e1ca6e7b

+11
+11
.editorconfig
··· 1 + root = true 2 + 3 + [*] 4 + charset = utf-8 5 + end_of_line = lf 6 + insert_final_newline = true 7 + trim_trailing_whitespace = true 8 + 9 + [*.less] 10 + indent_style = space 11 + indent_size = 2