[READ-ONLY] Mirror of https://github.com/danielroe/ipx.
0

Configure Feed

Select the types of activity you want to include in your feed.

ipx / .editorconfig
207 B 13 lines
1# editorconfig.org 2root = true 3 4[*] 5indent_size = 2 6indent_style = space 7end_of_line = lf 8charset = utf-8 9trim_trailing_whitespace = true 10insert_final_newline = true 11 12[*.md] 13trim_trailing_whitespace = false