dotfiles/.editorconfig
Nikos Papadakis 1c98aef8a0
nix
2023-09-25 00:23:23 +03:00

10 lines
124 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.nix]
indent_style = space
indent_size = 2