grain.social is a photo sharing platform built on atproto.
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