Select the types of activity you want to include in your feed.
1root = true 2 3[*] 4end_of_line = lf 5insert_final_newline = true 6 7[*.{js,json,yml,svelte}] 8charset = utf-8 9indent_style = space 10indent_size = 2 11 12[*.bash] 13indent_style = tab 14 15[*.mjml] 16indent_style = space 17indent_size = 2