ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

editorconfig: readjust max_line_length for Nix (#116)

authored by

lychee and committed by
GitHub
64593ab6 446f8e64

+4 -1
+4 -1
.editorconfig
··· 3 3 insert_final_newline = true 4 4 end_of_line = lf 5 5 indent_style = space 6 - indent_size = 2 7 6 max_line_length = 80 8 7 9 8 [*.rs] 10 9 indent_size = 4 10 + 11 + [*.nix] 12 + indent_size = 4 13 + max_line_length = 120