A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

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

.editorconfig: Fix indentation

+1 -1
+1 -1
.editorconfig
··· 13 13 # Rust 14 14 [*.rs] 15 15 indent_style = space 16 - indent_size = 2 16 + indent_size = 4 17 17 18 18 # Misc 19 19 [*.{yaml,yml,md,nix}]