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

chore: editorconfig

mary.my.id 1a5e8f3f a77073ce

verified
Changed files
+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