luaPackages: add .editorconfig for generated-packages.nix

generated-packages.nix now contains longDescription generated from the
lua rockspecs. We have little control over the description written by
authors, so they contain tabs and trailing spaces that trigger
editorconfig errors.
Ignore them.

bump
This commit is contained in:
teto
2026-03-31 03:42:49 +02:00
parent 31cbe253e9
commit db28443b88
@@ -0,0 +1,4 @@
[generated-packages.nix]
charset = unset
indent_style = unset
trim_trailing_whitespace = unset