A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at feat/feed-generator 12 lines 185 B view raw
1# http://editorconfig.org 2root = true 3 4[*] 5indent_style = tab 6end_of_line = lf 7charset = utf-8 8trim_trailing_whitespace = true 9insert_final_newline = true 10 11[*.yml] 12indent_style = space