nixos-config/.editorconfig
2022-07-19 07:11:01 +08:00

10 lines
120 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{nix,yaml,json}]
indent_style = space
indent_size = 2