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