nixos-config/.editorconfig

10 lines
128 B
INI

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