My Nix Configuration
2
fork

Configure Feed

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

[meta] Update editorconfig

Pyrox be5a41a6 ca2dac75

+8
+8
.editorconfig
··· 9 9 indent_style = space 10 10 indent_size = 2 11 11 12 + [*.nix] 13 + end_of_line = lf 14 + insert_final_newline = true 15 + trim_trailing_whitespace = true 16 + charset = utf-8 17 + indent_style = space 18 + indent_size = 2 19 + 12 20 # Ignore diffs/patches 13 21 [*.{diff,patch}] 14 22 end_of_line = unset