This repository has no description
0

Configure Feed

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

core / .editorconfig
114 B 13 lines
1root = true 2 3[*.html] 4indent_size = 2 5 6[*.json] 7indent_size = 2 8 9[*.nix] 10indent_size = 2 11 12[*.yml] 13indent_size = 2