packages/.editorconfig

14 lines
153 B
INI
Raw Permalink Normal View History

2023-11-11 23:03:50 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
[*.nix]
indent_style = space
indent_size = 2