From 87f6faf4406c7aaa690e300d9ca86e994f404a1d Mon Sep 17 00:00:00 2001 From: Jesse Rosalia Date: Tue, 2 Jun 2026 15:15:03 -0700 Subject: [PATCH] Disable trim_trailing_whitespace for CHANGELOG.md Co-Authored-By: Claude Opus 4.6 (1M context) Committed-By-Agent: claude --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1c32a5e4c..108bfbbff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ indent_size = 2 [Makefile] indent_style = tab + +[CHANGELOG.md] +trim_trailing_whitespace = false