Highly ambitious ATProtocol AppView service and sdks
at main 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