From 6e36ee1aeff2fd3d1e93835f159f3716d8313db8 Mon Sep 17 00:00:00 2001 From: magges Date: Sun, 12 Jul 2026 21:43:04 +0000 Subject: [PATCH] Fix lint: add missing trailing newline to prompt.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit editorconfig-checker correctly flagged this in CI (Lint workflow, run 107) — every other tracked file already ends with one per .editorconfig. Co-Authored-By: Claude Sonnet 5 --- prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.md b/prompt.md index 247072f..f3b4a09 100644 --- a/prompt.md +++ b/prompt.md @@ -351,4 +351,4 @@ Plugin-Einstellungen: * Updates * Debugmodus ---- \ No newline at end of file +---