Highly ambitious ATProtocol AppView service and sdks
138
fork

Configure Feed

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

at main 16 lines 238 B view raw
1root = true 2 3[*] 4end_of_line = lf 5charset = utf-8 6trim_trailing_whitespace = true 7insert_final_newline = true 8indent_style = space 9indent_size = 2 10 11[*.txt] 12indent_style = tab 13indent_size = 4 14 15[*.{diff,md}] 16trim_trailing_whitespace = false