http://pkgs.tgirl.cloud/
at main 307 B view raw
1root = true 2 3[*] 4charset = utf-8 5end_of_line = lf 6indent_style = space 7indent_size = 2 8insert_final_newline = true 9tab_width = 4 10trim_trailing_whitespace = false 11 12[*.{diff,patch,lock}] 13indent_size = unset 14indent_size = unset 15end_of_line = unset 16insert_final_newline = unset 17trim_trailing_whitespace = unset