my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
12
fork

Configure Feed

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

at main 17 lines 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