my-env/.editorconfig

14 lines
197 B
INI
Raw Permalink Normal View History

2022-08-19 12:57:45 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[{install/*, uninstall/*, upgrade/*}]
indent_style = space
indent_size = 4
[{packs/*, Makefile*}]
indent_style = tab
indent_size = 4