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:
@@ -0,0 +1,4 @@
|
||||
[generated-packages.nix]
|
||||
charset = unset
|
||||
indent_style = unset
|
||||
trim_trailing_whitespace = unset
|
||||
Reference in New Issue
Block a user