From ef784066b6e358402bbc8c3047dca07169d09ad0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:01:32 +0000 Subject: [PATCH 1/2] Initial plan From 028ab486bbef66d409ef1a330a89965e5414a775 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:03:38 +0000 Subject: [PATCH 2/2] Clarify text formatting instruction per review feedback Updated the text formatting standard to explicitly state that the final line must be non-empty and terminated with a single linefeed, leaving no trailing blank lines. This clarification addresses potential ambiguity in the previous wording. Co-authored-by: greenc-FNAL <2372949+greenc-FNAL@users.noreply.github.com> --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 61dadf28..d967916e 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -76,7 +76,7 @@ If the workspace root contains a `srcs/` directory, it may contain symbolic link **CRITICAL: Apply to ALL files you create or edit (bash scripts, Python, C++, YAML, Markdown, etc.)** -- All text files must end with exactly one newline character and no trailing blank lines +- All text files must have their final line be non-empty and terminated with a single newline character (linefeed), leaving no trailing blank lines - **Never add trailing whitespace on any line** (spaces or tabs at end of lines) - This includes blank lines - they should contain only the newline character, no spaces or tabs - Exception: Markdown two-space line breaks (avoid; use proper paragraph breaks instead)