Select the types of activity you want to include in your feed.
1# editorconfig.org 2root = true 3 4[*] 5charset = utf-8 6end_of_line = lf 7indent_style = tab 8insert_final_newline = true 9trim_trailing_whitespace = true 10 11[*.md] 12trim_trailing_whitespace = false