Fast implementation of Git in pure Go codeberg.org/lindenii/furgit
git go
6
fork

Configure Feed

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

.editorconfig

Runxi Yu 738b750f 5804c216

+12
+12
.editorconfig
··· 1 + root = true 2 + 3 + [*] 4 + end_of_line = lf 5 + insert_final_newline = true 6 + indent_style = tab 7 + indent_size = 8 8 + tab_size = 8 9 + 10 + [{*.yaml,*.yml,*.md}] 11 + indent_style = space 12 + indent_size = 2