testest
0
fork

Configure Feed

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

add editorconfig

+16
+16
.editorconfig
··· 1 + root = true 2 + 3 + [*] 4 + insert_final_newline = true 5 + 6 + [*.html] 7 + indent_size = 2 8 + 9 + [*.json] 10 + indent_size = 2 11 + 12 + [*.nix] 13 + indent_size = 2 14 + 15 + [*.yml] 16 + indent_size = 2