nixos-config/.editorconfig

10 lines
128 B
INI
Raw Normal View History

2020-08-06 15:35:49 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{nix,yaml,json,toml,tf}]
2020-08-06 15:35:49 +00:00
indent_style = space
indent_size = 2