Skip to main content
Module

x/rss/.editorconfig

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
File
root = true
[*]charset = utf-8end_of_line = CRLFindent_size = 1indent_style = tabtab_width = 2insert_final_newline = truetrim_trailing_whitespace = truequote_type = single
[*.yml]indent_size = 2indent_style = space