infrastructure/.editorconfig
2024-09-10 15:49:53 -07:00

18 lines
229 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.nix]
indent_style = space
indent_size = 2
[*.tf]
indent_style = space
indent_size = 2
[nixos/klipper/*.cfg]
indent_style = space
indent_size = 4