From db28443b882233e0fa261f06259daa36196171fd Mon Sep 17 00:00:00 2001 From: teto <886074+teto@users.noreply.github.com> Date: Tue, 31 Mar 2026 03:42:49 +0200 Subject: [PATCH] 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 --- pkgs/development/lua-modules/.editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pkgs/development/lua-modules/.editorconfig diff --git a/pkgs/development/lua-modules/.editorconfig b/pkgs/development/lua-modules/.editorconfig new file mode 100644 index 000000000000..7a4cbee6f316 --- /dev/null +++ b/pkgs/development/lua-modules/.editorconfig @@ -0,0 +1,4 @@ +[generated-packages.nix] +charset = unset +indent_style = unset +trim_trailing_whitespace = unset