infrastructure/.editorconfig
2024-06-02 19:33:37 -07:00

14 lines
169 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